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
index a69cf55..9b2a964 100644 (file)
@@ -7,4 +7,5 @@ WriteMakefile(
     'VERSION_FROM' => 'Piece.pm', # finds $VERSION
     'AUTHOR' => 'Matt Sergeant',
     'ABSTRACT_FROM' => 'Piece.pm',
+    'INSTALLDIRS' => ( $] >= 5.009005 ? 'perl' : 'site' ),
 );