diff options
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro')
7 files changed, 21 insertions, 21 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm index 315d3c43..80651a15 100644 --- a/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm +++ b/installer/OpenSLX/OSSetup/Distro/Any_Clone.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::Any_Clone; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation diff --git a/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm b/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm index 31d2d145..f2e38868 100644 --- a/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm +++ b/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::Fedora_6; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation diff --git a/installer/OpenSLX/OSSetup/Distro/Fedora_6_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/Fedora_6_x86_64.pm index 24eb512d..00125f47 100644 --- a/installer/OpenSLX/OSSetup/Distro/Fedora_6_x86_64.pm +++ b/installer/OpenSLX/OSSetup/Distro/Fedora_6_x86_64.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::Fedora_6_x86_64; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm index d9fa78f6..66de610f 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_1; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm index fd74f4cd..7675be79 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_1_x86_64; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm index f67a8fba..b65bf5f7 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_2; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm index 9df9f855..aff06f2c 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm @@ -13,14 +13,14 @@ # ----------------------------------------------------------------------------- package OpenSLX::OSSetup::Distro::SUSE_10_2_x86_64; -use vars qw(@ISA $VERSION); -@ISA = ('OpenSLX::OSSetup::Distro::Base'); +use vars qw($VERSION); +use base qw(OpenSLX::OSSetup::Distro::Base); $VERSION = 1.01; # API-version . implementation-version use strict; use Carp; use OpenSLX::Basics; -use OpenSLX::OSSetup::Distro::Base 1.01; +use OpenSLX::OSSetup::Distro::Base 1; ################################################################################ ### implementation |
