From 74f89c2aa52c0f51f3d74316e3299f40a40be16e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 30 Sep 2013 17:57:28 +0200 Subject: remove autodie, print helpful error messages if a file can't be opened --- Build.PL | 1 - 1 file changed, 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 5ef3691..9358320 100644 --- a/Build.PL +++ b/Build.PL @@ -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, -- cgit v1.2.3