summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 12:52:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 12:52:57 +0200
commit47bef894401f771e9a28aa7106dde962819483d7 (patch)
tree5da564c0bcf3cb8b45e1732960a8b8522111c1c8
parent11b4faa0e9292edee29283d2dd1481bb96f62ece (diff)
Remove autodie remains
-rw-r--r--Build.PL1
-rwxr-xr-xbin/hashl2
-rw-r--r--t/50-integration.t1
3 files changed, 0 insertions, 4 deletions
diff --git a/Build.PL b/Build.PL
index b709be0..57bab39 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,
diff --git a/bin/hashl b/bin/hashl
index 1429de2..979994e 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -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;