From 702918a5e19153c1de8af669743eed8bb46f3487 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 21 Dec 2015 18:45:58 +0100 Subject: Result: Add ->datetime, ->countdown and ->countdown_sec accessors --- Build.PL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build.PL') 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, -- cgit v1.2.3