From c7f6d87610c70ebec4ac175684e29e8051d7e126 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 11:56:24 +0200 Subject: Do not use autodie --- lib/App/Raps2/Password.pm | 1 - lib/App/Raps2/UI.pm | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/App/Raps2') diff --git a/lib/App/Raps2/Password.pm b/lib/App/Raps2/Password.pm index d24984c..73258b2 100644 --- a/lib/App/Raps2/Password.pm +++ b/lib/App/Raps2/Password.pm @@ -2,7 +2,6 @@ package App::Raps2::Password; use strict; use warnings; -use autodie; use 5.010; use Carp 'confess'; diff --git a/lib/App/Raps2/UI.pm b/lib/App/Raps2/UI.pm index 9807f52..faca33f 100644 --- a/lib/App/Raps2/UI.pm +++ b/lib/App/Raps2/UI.pm @@ -2,7 +2,6 @@ package App::Raps2::UI; use strict; use warnings; -use autodie; use 5.010; use Carp qw(confess); -- cgit v1.2.3