summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-31 22:32:41 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-31 22:32:41 +0200
commit733e076bb91606bd6ababf828b2693ca9fefbf9a (patch)
tree0cc38d4a2493a880a55b869f34e76cfc5d651728 /Build.PL
parent13b42be3e52e052b04c5b1a2a2f5110e560878d1 (diff)
support downtime scheduling
still needs some polishing, this will follow later
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 2aae01c..6087943 100644
--- a/Build.PL
+++ b/Build.PL
@@ -41,6 +41,8 @@ my $build = Module::Build->new(
requires => {
'perl' => '5.10.0',
'Carp' => 0,
+ 'DateTime' => 0,
+ 'DateTime::Format::Strptime' => 0,
'Getopt::Long' => 0,
'List::MoreUtils' => 0,
'POSIX' => 0,