summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-12-21 18:45:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-12-21 18:45:58 +0100
commit702918a5e19153c1de8af669743eed8bb46f3487 (patch)
treefbcc41f787004f6d46a9e635796aa19d72a3e41e /Build.PL
parent1737099d4b5629903eaea16e367980dffa80d281 (diff)
Result: Add ->datetime, ->countdown and ->countdown_sec accessors
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 4fba955..eda82ff 100755
--- a/Build.PL
+++ b/Build.PL
@@ -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,