From addb2f4f7e0e1304f5dfb9f9679efe8548c8472d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 18 Jul 2007 17:43:10 +0000 Subject: * replaces most occurrences of confess() with croak(), as that is less noisy. Confess()-ing can still be triggered by specifying --debug-confess on the commandline. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1249 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/ConfigFolder.pm | 1 - lib/OpenSLX/Utils.pm | 1 - 2 files changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/OpenSLX/ConfigFolder.pm b/lib/OpenSLX/ConfigFolder.pm index de2df73f..99289881 100644 --- a/lib/OpenSLX/ConfigFolder.pm +++ b/lib/OpenSLX/ConfigFolder.pm @@ -30,7 +30,6 @@ $VERSION = 1.01; ################################################################################ ### Module implementation ################################################################################ -use Carp; use OpenSLX::Basics; use OpenSLX::Utils; diff --git a/lib/OpenSLX/Utils.pm b/lib/OpenSLX/Utils.pm index 22555df3..d23eb6e8 100644 --- a/lib/OpenSLX/Utils.pm +++ b/lib/OpenSLX/Utils.pm @@ -29,7 +29,6 @@ $VERSION = 1.01; ################################################################################ ### Module implementation ################################################################################ -use Carp; use File::Basename; use OpenSLX::Basics; -- cgit v1.2.3-55-g7522