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

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