This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor die_exit.t to loop over a list, rather than iterate on an hash.
[perl5.git] / cpan / Time-Piece / Makefile.PL
CommitLineData
16433e2b
SP
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',
90d55c29 10 'INSTALLDIRS' => ( $] >= 5.009005 ? 'perl' : 'site' ),
16433e2b 11);