File: Makefile.PL

package info (click to toggle)
libdbix-datasource-perl 0.02-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 169
  • sloc: makefile: 459; perl: 89
file content (10 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'DBIx::DataSource',
    'VERSION_FROM' => 'DataSource.pm', # finds $VERSION
    'PREREQ_PM'    => {
                        'DBI' => 0,
                      },
);