Dist-Zilla-Plugin-GitHub
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
century. But never fear, dear user, for we have the technology to fix this!
If you're using CPAN.pm to install things, then you can upgrade it using:
cpan CPAN
If you're using CPANPLUS to install things, then you can upgrade it using:
cpanp CPANPLUS
If you're using cpanminus, you shouldn't be seeing this message in the first
place, so please file an issue on github.
If you're using a packaging tool through a unix distribution, this issue
should be reported to the package manager.
If you're installing manually, please retrain your fingers to run Build.PL
when present instead of Makefile.PL.
This public service announcement was brought to you by the Perl Toolchain
Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
----
* Alternatively, you are doing something overly clever, in which case you
should consider setting the 'prefer_installer' config option in CPAN.pm, or
'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively.
You can also silence this warning for future installations by setting the
PERL_MM_FALLBACK_SILENCE_WARNING environment variable.
EOW
sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
}
} # end BEGIN
my %WriteMakefileArgs = (
"ABSTRACT" => "Plugins to integrate Dist::Zilla with GitHub",
"AUTHOR" => "Alessandro Ghedini <alexbio\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"Module::Build::Tiny" => "0.034"
},
"DISTNAME" => "Dist-Zilla-Plugin-GitHub",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "Dist::Zilla::Plugin::GitHub",
"PL_FILES" => {},
"PREREQ_PM" => {
"Class::Load" => 0,
"Data::Dumper" => 0,
"Dist::Zilla::App" => 0,
"Dist::Zilla::Dist::Minter" => 0,
"Dist::Zilla::Role::AfterMint" => 0,
"Dist::Zilla::Role::AfterRelease" => 0,
"Dist::Zilla::Role::MetaProvider" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::TextTemplate" => 0,
"File::Basename" => 0,
"Git::Wrapper" => 0,
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => "1.56",
"JSON::MaybeXS" => 0,
"List::Util" => 0,
"MIME::Base64" => 0,
"Moose" => 0,
"Net::SSLeay" => "1.49",
"Try::Tiny" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Deep" => 0,
"Test::Deep::JSON" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
"if" => 0
},
"VERSION" => "0.49",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Class::Load" => 0,
"Data::Dumper" => 0,
"Dist::Zilla::App" => 0,
"Dist::Zilla::Dist::Minter" => 0,
"Dist::Zilla::Role::AfterMint" => 0,
"Dist::Zilla::Role::AfterRelease" => 0,
"Dist::Zilla::Role::MetaProvider" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::TextTemplate" => 0,
"File::Basename" => 0,
"File::Spec" => 0,
"Git::Wrapper" => 0,
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => "1.56",
"JSON::MaybeXS" => 0,
"List::Util" => 0,
"MIME::Base64" => 0,
"Module::Metadata" => 0,
"Moose" => 0,
"Net::SSLeay" => "1.49",
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Deep" => 0,
"Test::Deep::JSON" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.96",
"Try::Tiny" => 0,
"if" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
( run in 1.138 second using v1.01-cache-2.11-cpan-39bf76dae61 )