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/BlockDevice/Base.pm | 2 +- installer/OpenSLX/OSExport/Distro/Base.pm | 2 +- installer/OpenSLX/OSExport/FileSystem/Base.pm | 2 +- installer/OpenSLX/OSSetup/Distro/Base.pm | 1 - installer/OpenSLX/OSSetup/MetaPackager/Base.pm | 1 - installer/OpenSLX/OSSetup/Packager/Base.pm | 2 +- 6 files changed, 4 insertions(+), 6 deletions(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSExport/BlockDevice/Base.pm b/installer/OpenSLX/OSExport/BlockDevice/Base.pm index ef59f86b..3650e8be 100644 --- a/installer/OpenSLX/OSExport/BlockDevice/Base.pm +++ b/installer/OpenSLX/OSExport/BlockDevice/Base.pm @@ -18,7 +18,7 @@ use warnings; our $VERSION = 1.01; # API-version . implementation-version -use Carp qw(confess); +use OpenSLX::Basics; ################################################################################ ### interface methods 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 diff --git a/installer/OpenSLX/OSExport/FileSystem/Base.pm b/installer/OpenSLX/OSExport/FileSystem/Base.pm index 0822c458..9ae263f9 100644 --- a/installer/OpenSLX/OSExport/FileSystem/Base.pm +++ b/installer/OpenSLX/OSExport/FileSystem/Base.pm @@ -18,7 +18,7 @@ use warnings; our $VERSION = 1.01; # API-version . implementation-version -use Carp qw(confess); +use OpenSLX::Basics; ################################################################################ ### interface methods diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index 0cea7ab6..09323b52 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -18,7 +18,6 @@ use warnings; our $VERSION = 1.01; # API-version . implementation-version -use Carp qw(confess); use File::Basename; use OpenSLX::Basics; diff --git a/installer/OpenSLX/OSSetup/MetaPackager/Base.pm b/installer/OpenSLX/OSSetup/MetaPackager/Base.pm index 16aa290d..d5b42f20 100644 --- a/installer/OpenSLX/OSSetup/MetaPackager/Base.pm +++ b/installer/OpenSLX/OSSetup/MetaPackager/Base.pm @@ -18,7 +18,6 @@ use warnings; our $VERSION = 1.01; # API-version . implementation-version -use Carp qw(confess); use OpenSLX::Basics; ################################################################################ diff --git a/installer/OpenSLX/OSSetup/Packager/Base.pm b/installer/OpenSLX/OSSetup/Packager/Base.pm index 34927821..3aa8921e 100644 --- a/installer/OpenSLX/OSSetup/Packager/Base.pm +++ b/installer/OpenSLX/OSSetup/Packager/Base.pm @@ -18,7 +18,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