summaryrefslogtreecommitdiffstats
path: root/urpm/xml_info_pkg.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-06 17:21:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-06 17:21:05 +0000
commitb66daf7eb0f9ca1410446dab95e2406555a0a909 (patch)
treeec19e4d4353b4f40b19defb63ceb2f701377f55c /urpm/xml_info_pkg.pm
parent99bd0eed2382706ab7a730e6dda750c937d0c106 (diff)
downloadurpmi-b66daf7eb0f9ca1410446dab95e2406555a0a909.tar
urpmi-b66daf7eb0f9ca1410446dab95e2406555a0a909.tar.gz
urpmi-b66daf7eb0f9ca1410446dab95e2406555a0a909.tar.bz2
urpmi-b66daf7eb0f9ca1410446dab95e2406555a0a909.tar.xz
urpmi-b66daf7eb0f9ca1410446dab95e2406555a0a909.zip
use "use strict" in all modules
Diffstat (limited to 'urpm/xml_info_pkg.pm')
-rw-r--r--urpm/xml_info_pkg.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/xml_info_pkg.pm b/urpm/xml_info_pkg.pm
index b1af11a0..a8004987 100644
--- a/urpm/xml_info_pkg.pm
+++ b/urpm/xml_info_pkg.pm
@@ -1,5 +1,7 @@
package urpm::xml_info_pkg;
+use strict;
+
# proxy object: returns the xml info if available, otherwise redirects to URPM::Package
sub new {