Acme-CPANAuthors-Nonhuman
view release on metacpan or search on metacpan
# This Build.PL for Acme-CPANAuthors-Nonhuman was generated by
# Dist::Zilla::Plugin::ModuleBuildTiny::Fallback 0.025
use strict;
use warnings;
my %configure_requires = (
'Module::Build::Tiny' => '0.034',
);
my %errors = map {
eval "require $_; $_->VERSION($configure_requires{$_}); 1";
$_ => $@,
} keys %configure_requires;
if (!grep { $_ } values %errors)
{
# This section for Acme-CPANAuthors-Nonhuman was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;
use 5.008;
# use Module::Build::Tiny 0.034;
Module::Build::Tiny::Build_PL();
If you're using cpanminus, you shouldn't be seeing this message in the first
place, so please file an issue on github.
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.010.
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.008"
},
"dist_abstract" => "We are non-human CPAN authors",
"dist_author" => [
"Karen Etheridge <ether\@cpan.org>"
],
"dist_name" => "Acme-CPANAuthors-Nonhuman",
"dist_version" => "0.026",
"license" => "perl",
- goodbye ZOUL, KIBI; you seem to want to be human now
- change the max-width of the container div to be a percentage
rather than absolute pixel count, improving formatting on wide
displays
0.020 2014-10-14 00:47:35Z
- welcome our newest members, CKRAS, EAST and EUGENEK!
0.019 2014-10-05 01:40:11Z
- fix a few gravatars in html documentation by using gravatars as
configured on metacpan, rather than asking Acme::CPANAuthors
- add "avatar_url" method, for returning the metacpan gravatar (as
compared to the old result from Acme::CPANAuthors->avatar_url)
0.018 2014-10-04 21:48:34Z
- clean up HTML generation, for better rendering with recent changes
to metacpan layout (Graham Knop, PR#4)
0.017 2014-08-16 23:49:11Z
- updated module counts
"version" : 2
},
"name" : "Acme-CPANAuthors-Nonhuman",
"no_index" : {
"directory" : [
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034",
"perl" : "5.008"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"recommends" : {
build_requires:
Acme::CPANAuthors: '0.16'
File::Spec: '0'
Module::Metadata: '0'
Module::Pluggable: '0'
Module::Runtime: '0'
Test::Deep: '0'
Test::More: '0.88'
if: '0'
perl: '5.008'
configure_requires:
Module::Build::Tiny: '0.034'
perl: '5.008'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010'
keywords:
- acmeism
- cpan
- authors
- animals
- fun
Makefile.PL view on Meta::CPAN
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use 5.008;
use ExtUtils::MakeMaker;
BEGIN {
my %configure_requires = (
'Module::Build::Tiny' => '0.034',
);
my @missing = grep {
! eval "require $_; $_->VERSION($configure_requires{$_}); 1"
} keys %configure_requires;
if (@missing)
{
if (not $ENV{PERL_MM_FALLBACK_SILENCE_WARNING})
{
warn <<'EOW';
*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
If you're seeing this warning, your toolchain is really, really old* and you'll
almost certainly have problems installing CPAN modules from this century. But
t/00-report-prereqs.dd view on Meta::CPAN
do { my $x = {
'configure' => {
'requires' => {
'Module::Build::Tiny' => '0.034',
'perl' => '5.008'
},
'suggests' => {
'JSON::PP' => '2.27300'
}
},
'develop' => {
'recommends' => {
t/00-report-prereqs.t view on Meta::CPAN
my @full_reports;
my @dep_errors;
my $req_hash = $HAS_CPAN_META ? $full_prereqs->as_string_hash : $full_prereqs;
# Add static includes into a fake section
for my $mod (@include) {
$req_hash->{other}{modules}{$mod} = 0;
}
for my $phase ( qw(configure build test runtime develop other) ) {
next unless $req_hash->{$phase};
next if ($phase eq 'develop' and not $ENV{AUTHOR_TESTING});
for my $type ( qw(requires recommends suggests conflicts modules) ) {
next unless $req_hash->{$phase}{$type};
my $title = ucfirst($phase).' '.ucfirst($type);
my @reports = [qw/Module Want Have/];
for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
( run in 0.766 second using v1.01-cache-2.11-cpan-283623ac599 )