Upgrade to ExtUtils-MakeMaker-6.50
[p5sagit/p5-mst-13.2.git] / ext / Time-Piece / Makefile.PL
CommitLineData
16433e2b 1use ExtUtils::MakeMaker;
2
3require 5.006;
4
5WriteMakefile(
6 'NAME' => 'Time::Piece',
7 'VERSION_FROM' => 'Piece.pm', # finds $VERSION
8 'AUTHOR' => 'Matt Sergeant',
9 'ABSTRACT_FROM' => 'Piece.pm',
10 'MAN3PODS' => {}, # Pods will be built by installman.
11);