Skip to content

Commit 27558d3

Browse files
committed
add Makefile.PL
1 parent f170823 commit 27558d3

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

Makefile.PL

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
2+
use strict;
3+
use warnings;
4+
5+
6+
7+
use ExtUtils::MakeMaker;
8+
9+
my %WriteMakefileArgs = (
10+
"ABSTRACT" => "SQL Abstract",
11+
"AUTHOR" => "Achmad Yusri Afandi <yusrideb\@cpan.org>",
12+
"BUILD_REQUIRES" => {
13+
"Module::Build" => "0.28"
14+
},
15+
"CONFIGURE_REQUIRES" => {
16+
"ExtUtils::MakeMaker" => 0,
17+
"Module::Build" => "0.28"
18+
},
19+
"DISTNAME" => "CellBIS-SQL-Abstract",
20+
"LICENSE" => "artistic_2",
21+
"NAME" => "CellBIS::SQL::Abstract",
22+
"PREREQ_PM" => {
23+
"Mojolicious" => 0,
24+
"Scalar::Util" => 0
25+
},
26+
"VERSION" => "0.1",
27+
"test" => {
28+
"TESTS" => ""
29+
}
30+
);
31+
32+
33+
my %FallbackPrereqs = (
34+
"Module::Build" => "0.28",
35+
"Mojolicious" => 0,
36+
"Scalar::Util" => 0
37+
);
38+
39+
40+
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
41+
delete $WriteMakefileArgs{TEST_REQUIRES};
42+
delete $WriteMakefileArgs{BUILD_REQUIRES};
43+
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
44+
}
45+
46+
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
47+
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
48+
49+
WriteMakefile(%WriteMakefileArgs);

0 commit comments

Comments
 (0)