Attach-Stuff
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
use strict;
use warnings;
use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
"ABSTRACT" => "Attach stuff to other stuff",
"AUTHOR" => "Timm Murray <tmurray\@wumpus-cave.net>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "Attach-Stuff",
"EXE_FILES" => [],
"LICENSE" => "bsd",
"NAME" => "Attach::Stuff",
"PREREQ_PM" => {
"Moose" => 0,
"SVG" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"Test::Pod" => 0
},
"VERSION" => "0.93200645424259",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Moose" => 0,
"SVG" => 0,
"Test::Pod" => 0,
"namespace::autoclean" => 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.431 second using v1.01-cache-2.11-cpan-39bf76dae61 )