summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraksnapshot-applet1
-rwxr-xr-xdraksnapshot-restore3
2 files changed, 3 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index d76a1a3..ed52478 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -21,6 +21,7 @@
################################################################################
use strict;
+use warnings;
use POSIX ":sys_wait_h";
use Config;
use lib qw(/usr/lib/libDrakX);
diff --git a/draksnapshot-restore b/draksnapshot-restore
index d59ec21..a0e5a86 100755
--- a/draksnapshot-restore
+++ b/draksnapshot-restore
@@ -20,7 +20,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
################################################################################
-
+use strict;
+use warnings;
use lib qw(/usr/lib/libDrakX);
use standalone; #- warning, standalone must be loaded very first, for 'explanations'
use interactive;