From 47bef894401f771e9a28aa7106dde962819483d7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 12:52:57 +0200 Subject: Remove autodie remains --- Build.PL | 1 - bin/hashl | 2 -- t/50-integration.t | 1 - 3 files changed, 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= 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; -- cgit v1.2.3