File: Makefile.PL

package info (click to toggle)
libsql-abstract-limit-perl 2%3A0.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 31
  • sloc: perl: 530; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (4)
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' => {}
        )
;