[ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
[p5sagit/p5-mst-13.2.git] / ext / Time / HiRes / Makefile.PL
CommitLineData
dcf686c9 1# See lib/ExtUtils/MakeMaker.pm for details of how to influence
2# the contents of the Makefile that is written.
3#
4
5use strict;
6use ExtUtils::MakeMaker;
7
8WriteMakefile(
9 'NAME' => 'Time::HiRes',
10 'VERSION_FROM' => 'HiRes.pm',
11);
12