File: Makefile.PL

package info (click to toggle)
libdbix-dbschema-perl 0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 244 kB
  • ctags: 133
  • sloc: perl: 1,667; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
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::DBSchema',
    'VERSION_FROM' => 'DBSchema.pm', # finds $VERSION
    'PREREQ_PM'    => {
                        'DBI'      => 0,
                        #'FreezeThaw' => 0,
                        'Storable' => 0,
                      },
);