summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-11 21:13:51 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-11 21:13:51 +0100
commit472ff7e113191d8387d8091b1cfbd55ccc25c99e (patch)
tree9e29f953daf972532ea6f11d40cde732a59781b4 /Build.PL
parent0fcb0c2cd76054a2e9cdd25cea5433d85518d72f (diff)
Add autodie to requires, fix DEPENDENCIES in icli(1)
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 0b2c587..329e3d4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -16,6 +16,7 @@ my $build = Module::Build->new(
license => 'unrestricted',
requires => {
'perl' => '5.10.0',
+ 'autodie' => 0,
'Date::Format' => 0,
'Getopt::Long' => 0,
'Term::ANSIColor' => 0,