This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
a69cf550c97621caf12faf4d3446984ebcd18314
[perl5.git] / ext / Time-Piece / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 require 5.006;
4
5 WriteMakefile(
6     'NAME'      => 'Time::Piece',
7     'VERSION_FROM' => 'Piece.pm', # finds $VERSION
8     'AUTHOR' => 'Matt Sergeant',
9     'ABSTRACT_FROM' => 'Piece.pm',
10 );