App-EUMM-Upgrade
view release on metacpan or search on metacpan
Revision history for App-EUMM-Upgrade
1.0 2017-01-14
- Option to skip searching for github parent repository
- Use meta-spec 2 in case of github and bitbucket
- When loading file from VERSION_FROM, also check if pod file is available
- Detect WriteMakefile(%hash) and add new fields to %hash instead
- Detect Dist::Zilla compatibility code and do not add own
- Other small changes
0.24 2015-04-12
- Perl::Meta is used
- Better reindentation when outer block is removed
- Better detection of exisiting BUILD_REQUIRES
- Better detection of version-checking constructs
- Better search for 'Perl' license
- Scan 'author' section for license
- Support for arrayref in 'AUTHOR'
- Check for "package MY"
- Support TEST_REQUIRES
- Don't write compatibility code for perl < 5.005
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.56"
}
},
"runtime" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.56",
"File::Slurp" : "0",
"Github::Fork::Parent" : "0.24",
"Perl::Meta" : "0.03",
"Text::FindIndent" : "0.08",
"perl" : "5.006"
}
},
"test" : {
"requires" : {
"Test::More" : "0.88"
}
}
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: App-EUMM-Upgrade
no_index:
directory:
- t
- inc
requires:
ExtUtils::MakeMaker: 6.56
File::Slurp: 0
Github::Fork::Parent: 0.24
Perl::Meta: 0.03
Text::FindIndent: 0.08
perl: 5.006
resources:
repository: git://github.com/chorny/EUMM-upgrade.git
version: 1.0
x_serialization_backend: YAML version 0.73
Makefile.PL view on Meta::CPAN
'NAME' => 'App::EUMM::Upgrade',
'VERSION_FROM' => 'lib/App/EUMM/Upgrade.pm',
'ABSTRACT_FROM' => 'lib/App/EUMM/Upgrade.pm',
'AUTHOR' => q{Alexandr Ciornii <alexchorny@gmail.com>},
'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.56',
},
'PREREQ_PM' => {
'ExtUtils::MakeMaker' => '6.56',
'File::Slurp' => 0,
'Github::Fork::Parent' => '0.24',
'Perl::Meta' => '0.03',
'Text::FindIndent' => '0.08',
},
TEST_REQUIRES => {
'Test::More' => '0.88',
},
LICENSE => 'gpl_3',
MIN_PERL_VERSION => '5.006',
META_MERGE => {
'meta-spec' => { version => 2 },
( run in 1.957 second using v1.01-cache-2.11-cpan-7add2cbd662 )