summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormisc <misc@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2010-08-16 23:46:35 +0000
committermisc <misc@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2010-08-16 23:46:35 +0000
commit51ccc06e9e2f3870ae37cd68ff16295bcadfb62e (patch)
tree463c9faaef85224dc4d9b65836dbca1672290b05 /lib
parentda64ce253a6f7c94c7e9a6ac2ed3872c8e83a627 (diff)
downloaddraksnapshot-51ccc06e9e2f3870ae37cd68ff16295bcadfb62e.tar
draksnapshot-51ccc06e9e2f3870ae37cd68ff16295bcadfb62e.tar.gz
draksnapshot-51ccc06e9e2f3870ae37cd68ff16295bcadfb62e.tar.bz2
draksnapshot-51ccc06e9e2f3870ae37cd68ff16295bcadfb62e.tar.xz
draksnapshot-51ccc06e9e2f3870ae37cd68ff16295bcadfb62e.zip
- add strict and warning
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270575 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'lib')
-rw-r--r--lib/MDV/Snapshot/Common.pm3
-rwxr-xr-xlib/MDV/Snapshot/Hal.pm3
-rw-r--r--lib/MDV/Snapshot/Restore.pm3
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/MDV/Snapshot/Common.pm b/lib/MDV/Snapshot/Common.pm
index 1646a3b..5706f60 100644
--- a/lib/MDV/Snapshot/Common.pm
+++ b/lib/MDV/Snapshot/Common.pm
@@ -21,7 +21,8 @@ package MDV::Snapshot::Common;
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
################################################################################
-
+use strict;
+use warnings;
use lib qw(/usr/lib/libDrakX);
use common;
diff --git a/lib/MDV/Snapshot/Hal.pm b/lib/MDV/Snapshot/Hal.pm
index 65263fd..18736ae 100755
--- a/lib/MDV/Snapshot/Hal.pm
+++ b/lib/MDV/Snapshot/Hal.pm
@@ -22,7 +22,8 @@ package MDV::Snapshot::Hal;
################################################################################
-use strict;
+use strict;
+use warnings;
use lib qw(/usr/lib/libDrakX);
use MDK::Common;
use dbus_object;
diff --git a/lib/MDV/Snapshot/Restore.pm b/lib/MDV/Snapshot/Restore.pm
index 28f9304..bc98886 100644
--- a/lib/MDV/Snapshot/Restore.pm
+++ b/lib/MDV/Snapshot/Restore.pm
@@ -21,7 +21,8 @@ package MDV::Snapshot::Restore;
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
################################################################################
-
+use strict;
+use warnings;
use lib qw(/usr/lib/libDrakX);
use c;
use locale;