summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport')
-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
3 files changed, 3 insertions, 3 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