Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
[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