App-makedpkg
view release on metacpan or search on metacpan
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: App-makedpkg
provides:
App::makedpkg:
file: lib/App/makedpkg.pm
version: 0.05
requires:
App::Cmd: 0.323
Config::Any: 0.24
File::ShareDir: 1.0
Text::Template: 0
perl: v5.10.0
resources:
bugtracker: https://github.com/nichtich/App-makedpkg/issues
homepage: https://github.com/nichtich/App-makedpkg
repository: https://github.com/nichtich/App-makedpkg.git
version: 0.05
Makefile.PL view on Meta::CPAN
"File::ShareDir::Install" => "0.03"
},
"DISTNAME" => "App-makedpkg",
"EXE_FILES" => [
"bin/makedpkg"
],
"LICENSE" => "perl",
"NAME" => "App::makedpkg",
"PREREQ_PM" => {
"App::Cmd" => "0.323",
"Config::Any" => "0.24",
"File::ShareDir" => "1.0",
"Text::Template" => 0
},
"TEST_REQUIRES" => {},
"VERSION" => "0.05",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"App::Cmd" => "0.323",
"Config::Any" => "0.24",
"File::ShareDir" => "1.0",
"Text::Template" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
requires "perl", "5.10.0";
requires "App::Cmd", "0.323";
requires "Config::Any", "0.24";
requires "File::ShareDir", "1.0";
requires "Text::Template";
( run in 1.526 second using v1.01-cache-2.11-cpan-88abd93f124 )