summaryrefslogtreecommitdiff
path: root/bin/raps2
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 11:56:24 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 11:56:24 +0200
commitc7f6d87610c70ebec4ac175684e29e8051d7e126 (patch)
tree1e4ef13ac85c60a475ccd2305499ad458875a07e /bin/raps2
parentc29686cd725cea644ffebd5d473331b3d61403c8 (diff)
Do not use autodie
Diffstat (limited to 'bin/raps2')
-rwxr-xr-xbin/raps21
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/raps2 b/bin/raps2
index 4c35592..702efa2 100755
--- a/bin/raps2
+++ b/bin/raps2
@@ -5,7 +5,6 @@
use strict;
use warnings;
use 5.010;
-use autodie;
use App::Raps2;