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 --- installer/OpenSLX/OSExport/Distro/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/OpenSLX/OSExport/Distro/Base.pm') diff --git a/installer/OpenSLX/OSExport/Distro/Base.pm b/installer/OpenSLX/OSExport/Distro/Base.pm index 67d18951..29659f09 100644 --- a/installer/OpenSLX/OSExport/Distro/Base.pm +++ b/installer/OpenSLX/OSExport/Distro/Base.pm @@ -19,7 +19,7 @@ use warnings; our $VERSION = 1.01; # API-version . implementation-version -use Carp qw(confess); +use OpenSLX::Basics; ################################################################################ ### interface methods -- cgit v1.2.3-55-g7522