summaryrefslogtreecommitdiff
path: root/cpan/Time-Piece/Makefile.PL
blob: 9b2a964d5b6222ab2993c7af2afcad9a636ca0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

require 5.006;

WriteMakefile(
    'NAME'	=> 'Time::Piece',
    'VERSION_FROM' => 'Piece.pm', # finds $VERSION
    'AUTHOR' => 'Matt Sergeant',
    'ABSTRACT_FROM' => 'Piece.pm',
    'INSTALLDIRS' => ( $] >= 5.009005 ? 'perl' : 'site' ),
);