Dist-Zilla-Plugin-TrialVersionComment
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
almost certainly have problems installing CPAN modules from this 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 installing manually, please retrain your fingers to run Build.PL
when present instead.
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" => "Add a \"# TRIAL\" comment after your version declaration in trial releases",
"AUTHOR" => "Karen Etheridge <ether\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"Module::Build::Tiny" => "0.034"
},
"DISTNAME" => "Dist-Zilla-Plugin-TrialVersionComment",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.009005",
"NAME" => "Dist::Zilla::Plugin::TrialVersionComment",
"PL_FILES" => {},
"PREREQ_PM" => {
"Dist::Zilla" => "4.300039",
"Dist::Zilla::Role::FileFinderUser" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::PPI" => 0,
"Module::Runtime" => 0,
"Moose" => 0,
"PPI::Document" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"PadWalker" => 0,
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.88",
"Test::Needs" => 0,
"if" => 0
},
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Dist::Zilla" => "4.300039",
"Dist::Zilla::Role::FileFinderUser" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::PPI" => 0,
"File::Spec" => 0,
"Module::Metadata" => 0,
"Module::Runtime" => 0,
"Moose" => 0,
"PPI::Document" => 0,
"PadWalker" => 0,
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.88",
"Test::Needs" => 0,
"if" => 0,
"namespace::autoclean" => 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.176 second using v1.01-cache-2.11-cpan-39bf76dae61 )