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