diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-11 21:13:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-11 21:13:51 +0100 |
commit | 472ff7e113191d8387d8091b1cfbd55ccc25c99e (patch) | |
tree | 9e29f953daf972532ea6f11d40cde732a59781b4 /Build.PL | |
parent | 0fcb0c2cd76054a2e9cdd25cea5433d85518d72f (diff) |
Add autodie to requires, fix DEPENDENCIES in icli(1)
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |