Build results of 052bf86 (on master)

This commit is contained in:
2015-04-11 17:08:16 +01:00
commit df817e3517
39 changed files with 20888 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.034.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "The great new File::Assets::Precompile!",
"AUTHOR" => "Dinis Lage <dlage\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "File-Assets-Precompile",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "File::Assets::Precompile",
"PREREQ_PM" => {},
"VERSION" => "0.0.1",
"test" => {
"TESTS" => "t/*.t t/release/*.t"
}
);
my %FallbackPrereqs = (
"ExtUtils::MakeMaker" => 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);