diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-29 16:01:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-29 16:01:47 +0200 |
commit | dcdb6a9849bffa0f9148857bd08dee46176a4afa (patch) | |
tree | 25f9de28a1ca934bbf0a4d7baec0e4bbcf200041 /Build.PL | |
parent | 61c8a0b7508bc39ef872554f0a60481f63d28934 (diff) |
Use POSIX::strftime instead of Date::Format for better portability
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,9 +22,9 @@ my $build = Module::Build->subclass( 'perl' => '5.10.0', 'autodie' => 0, 'Carp' => 0, - 'Date::Format' => 0, 'Getopt::Long' => 0, 'List::MoreUtils' => 0, + 'POSIX' => 0, 'Term::ANSIColor' => 0, 'Term::Size' => 0, }, |