From 33c69877b88a788287f5544ef9ba49856a23da8c Mon Sep 17 00:00:00 2001 From: misc Date: Mon, 16 Aug 2010 23:48:00 +0000 Subject: - add use strict, use warnings git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270576 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-restore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'draksnapshot-restore') 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; -- cgit v1.2.1