forked from dekimsey/SQL-Abstract-Limit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.PL
More file actions
20 lines (20 loc) · 739 Bytes
/
Makefile.PL
File metadata and controls
20 lines (20 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'SQL::Abstract::Limit',
'VERSION_FROM' => 'lib/SQL/Abstract/Limit.pm',
'PREREQ_PM' => {
'DBI' => '0',
'Data::Dumper' => '0',
'SQL::Abstract' => '1.2',
'Scalar::Util' => '0',
'Test::Builder' => '0',
'Test::Deep' => '0',
'Test::Exception' => '0',
'Test::More' => '0'
},
'INSTALLDIRS' => 'site',
'PL_FILES' => {}
)
;