diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-12-21 18:45:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-12-21 18:45:58 +0100 |
commit | 702918a5e19153c1de8af669743eed8bb46f3487 (patch) | |
tree | fbcc41f787004f6d46a9e635796aa19d72a3e41e /Build.PL | |
parent | 1737099d4b5629903eaea16e367980dffa80d281 (diff) |
Result: Add ->datetime, ->countdown and ->countdown_sec accessors
Diffstat (limited to 'Build.PL')
-rwxr-xr-x | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Module::Build->new( 'perl' => '5.10.1', 'Carp' => 0, 'Class::Accessor' => '0.16', + 'DateTime' => 0, + 'DateTime::Format::Strptime' => 0, 'Getopt::Long' => 0, 'JSON' => 0, 'List::MoreUtils' => 0, |