summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-07-18 19:43:10 +0200
committerOliver Tappe2007-07-18 19:43:10 +0200
commitaddb2f4f7e0e1304f5dfb9f9679efe8548c8472d (patch)
treedc38ce00b666752bcd7a0d16589cdbbdb5d505ee /installer
parent* split listing functionality into list-... and search-..., such that list-... (diff)
downloadcore-addb2f4f7e0e1304f5dfb9f9679efe8548c8472d.tar.gz
core-addb2f4f7e0e1304f5dfb9f9679efe8548c8472d.tar.xz
core-addb2f4f7e0e1304f5dfb9f9679efe8548c8472d.zip
* 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
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/BlockDevice/Base.pm2
-rw-r--r--installer/OpenSLX/OSExport/Distro/Base.pm2
-rw-r--r--installer/OpenSLX/OSExport/FileSystem/Base.pm2
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm1
-rw-r--r--installer/OpenSLX/OSSetup/MetaPackager/Base.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Packager/Base.pm2
6 files changed, 4 insertions, 6 deletions
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