1#!/usr/local/bin/perl
2
3use ExtUtils::MakeMaker;
4# See lib/ExtUtils/MakeMaker.pm for details of how to influence
5# the contents of the Makefile that is written.
6WriteMakefile(
7    'NAME'	=> 'Time::Period',
8    'DISTNAME'  => 'Period.pm',
9    'VERSION'   => '1.20',
10);
11