File: Makefile.PL

package info (click to toggle)
libdatetime-format-db2-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 72 kB
  • ctags: 5
  • sloc: perl: 65; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
     NAME          => 'DateTime::Format::DB2',
     VERSION_FROM  => 'lib/DateTime/Format/DB2.pm',
     PREREQ_PM     => { 'DateTime'                   => 0,
                        'DateTime::Format::Builder'  => 0,
                    },
);