From 472ff7e113191d8387d8091b1cfbd55ccc25c99e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 11 Dec 2010 21:13:51 +0100 Subject: Add autodie to requires, fix DEPENDENCIES in icli(1) --- Build.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Build.PL') 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, -- cgit v1.2.3