Typo in #11083.
[p5sagit/p5-mst-13.2.git] / ext / Time / Piece / Makefile.PL
CommitLineData
302d38aa 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 'NAME' => 'Time::Piece',
df39e595 5 MAN3PODS => {}, # Pods will be built by installman.
302d38aa 6 'VERSION_FROM' => 'Piece.pm',
7);