Skip to content

Commit

Permalink
migrate to minilla
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed May 8, 2017
1 parent 74ea125 commit 42084d6
Show file tree
Hide file tree
Showing 20 changed files with 1,963 additions and 270 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
*~
cover_db/
/Test-Mock-Net-FTP-*
/.build
/_build_params
/Build
/Build.bat
!Build/
!META.json
!LICENSE
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Takuya Tsuchida <[email protected]> <[email protected]> <takuya.tsuchida at gmail.com>
3 changes: 0 additions & 3 deletions .shipit

This file was deleted.

12 changes: 12 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.008_001;
use strict;

use Module::Build::Tiny 0.035;

Build_PL();

378 changes: 378 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions MANIFEST

This file was deleted.

12 changes: 0 additions & 12 deletions MANIFEST.SKIP

This file was deleted.

77 changes: 77 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"abstract" : "Mock Object for Net::FTP",
"author" : [
"Takuya Tsuchida <tsucchi at cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.10, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Test-Mock-Net-FTP",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Capture::Tiny" : "0",
"ExtUtils::MakeMaker" : "6.59",
"Test::More" : "0.94",
"parent" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"File::Path" : "2.07",
"File::Slurp" : "0",
"perl" : "5.008001"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/tsucchi/Test-Mock-Net-FTP/issues"
},
"homepage" : "https://github.com/tsucchi/Test-Mock-Net-FTP",
"repository" : {
"type" : "git",
"url" : "git://github.com/tsucchi/Test-Mock-Net-FTP.git",
"web" : "https://github.com/tsucchi/Test-Mock-Net-FTP"
}
},
"version" : "0.02",
"x_contributors" : [
"tsucchi <takuya.tsuchida at gmail.com>",
"Takuya Tsuchida <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27300"
}
Loading

0 comments on commit 42084d6

Please sign in to comment.