summaryrefslogtreecommitdiff
path: root/t
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 /t
parent11b4faa0e9292edee29283d2dd1481bb96f62ece (diff)
Remove autodie remains
Diffstat (limited to 't')
-rw-r--r--t/50-integration.t1
1 files changed, 0 insertions, 1 deletions
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;