summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/DistroUtils/Engine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/OpenSLX/DistroUtils/Engine.pm')
-rw-r--r--lib/OpenSLX/DistroUtils/Engine.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/OpenSLX/DistroUtils/Engine.pm b/lib/OpenSLX/DistroUtils/Engine.pm
index 28a4bd1d..354210e3 100644
--- a/lib/OpenSLX/DistroUtils/Engine.pm
+++ b/lib/OpenSLX/DistroUtils/Engine.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2008 - OpenSLX GmbH
+# Copyright (c) 2008, 2009 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -15,6 +15,9 @@ package OpenSLX::DistroUtils::Engine;
use OpenSLX::Basics;
+use strict;
+use warnings;
+
sub new
{
my $class = shift;