summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 2270e09..bb2c2f3 100644
--- a/Build.PL
+++ b/Build.PL
@@ -22,9 +22,9 @@ my $build = Module::Build->subclass(
'perl' => '5.10.0',
'autodie' => 0,
'Carp' => 0,
- 'Date::Format' => 0,
'Getopt::Long' => 0,
'List::MoreUtils' => 0,
+ 'POSIX' => 0,
'Term::ANSIColor' => 0,
'Term::Size' => 0,
},