diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-30 17:57:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-30 17:57:28 +0200 |
commit | 74f89c2aa52c0f51f3d74316e3299f40a40be16e (patch) | |
tree | 28dd785f972de2238d179a985cb29c5f0bd4cc75 /Build.PL | |
parent | bd588911d13505d7d30a64f27d9076c29cf6374f (diff) |
remove autodie, print helpful error messages if a file can't be opened
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ my $build = Module::Build->new( module_name => 'App::Icli', requires => { 'perl' => '5.10.0', - 'autodie' => 0, 'Carp' => 0, 'Getopt::Long' => 0, 'List::MoreUtils' => 0, |