diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-06-13 20:12:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-13 20:12:32 +0200 |
commit | aa86dd2d9cd15b2cccf0aa0285139aa56cd33f18 (patch) | |
tree | 0bdc1c0ad8e0ca3be9d6c9809bf9d98d5790611e /Build.PL | |
parent | 093190ff5ba96067c3b76c704f79e0560df8ad86 (diff) |
Determine system timezone using DateTime::Timezone
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ my $build = Module::Build->new( 'Carp' => 0, 'DateTime' => 0, 'DateTime::Format::Strptime' => 0, + 'DateTime::TimeZone' => 0, 'Getopt::Long' => 0, 'List::MoreUtils' => 0, 'POSIX' => 0, |