diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 11:56:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 11:56:24 +0200 |
commit | c7f6d87610c70ebec4ac175684e29e8051d7e126 (patch) | |
tree | 1e4ef13ac85c60a475ccd2305499ad458875a07e /bin/raps2 | |
parent | c29686cd725cea644ffebd5d473331b3d61403c8 (diff) |
Do not use autodie
Diffstat (limited to 'bin/raps2')
-rwxr-xr-x | bin/raps2 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ use strict; use warnings; use 5.010; -use autodie; use App::Raps2; |