Dist-Zilla-Plugin-GitHub
view release on metacpan or search on metacpan
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 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.030.
use strict;
use warnings;
require Module::Build; Module::Build->VERSION(0.28);
my %module_build_args = (
"configure_requires" => {
"ExtUtils::MakeMaker" => 0,
"Module::Build::Tiny" => "0.034",
"perl" => "5.010"
},
"dist_abstract" => "Plugins to integrate Dist::Zilla with GitHub",
"dist_author" => [
"Alessandro Ghedini <alexbio\@cpan.org>"
],
"dist_name" => "Dist-Zilla-Plugin-GitHub",
"dist_version" => "0.49",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::GitHub",
"recursive_test_files" => 1,
"requires" => {
"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,
"perl" => "5.010",
"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,
"perl" => "5.010"
}
);
my %fallback_build_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,
"perl" => "5.010"
);
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.996 second using v1.01-cache-2.11-cpan-39bf76dae61 )