summaryrefslogtreecommitdiff
path: root/cpan/dist/Time-modules/Makefile.PL
blob: cee6b6a2179b03523d0537656495971e464f622a (plain)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

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