The Grand Trek: move the *.t files from t/ to lib/ and ext/.
[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     'VERSION_FROM' => 'HiRes.pm',
11 );
12