
use ExtUtils::MakeMaker;

WriteMakefile( 
	'VERSION' => 98.08_12_01,
	'NAME' => 'Time-modules',
	'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
	);

