Dist-Zilla-Plugin-TrialVersionComment
view release on metacpan or search on metacpan
Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
----
* Alternatively, you are running this file manually, in which case you need
to learn to first fulfill all configure requires prerequisites listed in
META.yml or META.json -- or use a cpan client to install this distribution.
You can also silence this warning for future installations by setting the
PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
that until you fix your toolchain as described above.
Errors from configure prereqs:
EOW
. do {
require Data::Dumper; Data::Dumper->new([ \%errors ])->Indent(2)->Terse(1)->Sortkeys(1)->Dump;
};
sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
}
# This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.005.
use strict;
use warnings;
require Module::Build; Module::Build->VERSION(0.28);
my %module_build_args = (
"configure_requires" => {
"Module::Build::Tiny" => "0.034",
"perl" => "5.009005"
},
"dist_abstract" => "Add a \"# TRIAL\" comment after your version declaration in trial releases",
"dist_author" => [
"Karen Etheridge <ether\@cpan.org>"
],
"dist_name" => "Dist-Zilla-Plugin-TrialVersionComment",
"dist_version" => "0.007",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::TrialVersionComment",
"recursive_test_files" => 1,
"requires" => {
"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,
"perl" => "5.009005",
"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,
"perl" => "5.009005"
}
);
my %fallback_build_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,
"perl" => "5.009005"
);
unless ( eval { Module::Build->VERSION(0.4004) } ) {
delete $module_build_args{test_requires};
$module_build_args{build_requires} = \%fallback_build_requires;
}
my $build = Module::Build->new(%module_build_args);
$build->create_build_script;
}
( run in 1.937 second using v1.01-cache-2.11-cpan-39bf76dae61 )