Integrate mainline
[p5sagit/p5-mst-13.2.git] / ext / Time / HiRes / Makefile.PL
1 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
2 # the contents of the Makefile that is written.
3 #
4
5 use strict;
6 use ExtUtils::MakeMaker;
7
8 WriteMakefile(
9     'NAME'         => 'Time::HiRes',
10     MAN3PODS    => {},  # Pods will be built by installman.
11     'VERSION_FROM' => 'HiRes.pm',
12 );
13