File: Makefile.PL

package info (click to toggle)
datemanip 5.33-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 480 kB
  • ctags: 87
  • sloc: perl: 6,461; makefile: 40; sh: 3
file content (10 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
WriteMakefile(
   NAME => "Date::Manip",
   VERSION_FROM => "Manip.pm",
   ($] >= 5.005
      ? (ABSTRACT   => 'Routines for parsing/manipulating dates and time.',
         AUTHOR     => 'Sullivan Beck (sbeck@cise.ufl.edu)')
      : ()),
  'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'}
);