Re: [PATCH] Storable stand alone tests
[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',
df39e595 10 MAN3PODS => {}, # Pods will be built by installman.
dcf686c9 11 'VERSION_FROM' => 'HiRes.pm',
12);
13