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 /t | |
parent | 11b4faa0e9292edee29283d2dd1481bb96f62ece (diff) |
Remove autodie remains
Diffstat (limited to 't')
-rw-r--r-- | t/50-integration.t | 1 |
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; |