diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 12:52:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 12:52:57 +0200 |
commit | 47bef894401f771e9a28aa7106dde962819483d7 (patch) | |
tree | 5da564c0bcf3cb8b45e1732960a8b8522111c1c8 | |
parent | 11b4faa0e9292edee29283d2dd1481bb96f62ece (diff) |
Remove autodie remains
-rw-r--r-- | Build.PL | 1 | ||||
-rwxr-xr-x | bin/hashl | 2 | ||||
-rw-r--r-- | t/50-integration.t | 1 |
3 files changed, 0 insertions, 4 deletions
@@ -15,7 +15,6 @@ my $build = Module::Build->new( license => 'unrestricted', requires => { 'perl' => '5.10.0', - 'autodie' => 0, 'Digest::SHA' => 0, 'File::Copy' => 0, 'File::Find' => 0, @@ -439,8 +439,6 @@ None, so far =over -=item * autodie (included with perl E<gt>= 5.10.1) - =item * Digest::SHA =item * Time::Progress diff --git a/t/50-integration.t b/t/50-integration.t index 1219323..7048b7e 100644 --- a/t/50-integration.t +++ b/t/50-integration.t @@ -2,7 +2,6 @@ use strict; use warnings; use 5.010; -use autodie; use Cwd; use Test::Command tests => 6; |