File: Makefile.PL

package info (click to toggle)
libtime-modules-perl 99.062301-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 48
  • sloc: perl: 1,639; sh: 108; makefile: 51
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11

use ExtUtils::MakeMaker;

WriteMakefile( 
	'VERSION' => 99.06_23_01,
	'NAME' => 'Time-modules',
	($] >= 5.005 ?
	    ('ABSTRACT' => 'Parse and format time values',
	     'AUTHOR'	=> 'David Muir Sharnoff <muir@idiom.com>') : ()),
	'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
	);