summaryrefslogtreecommitdiffstats
path: root/urpm/bug_report.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/bug_report.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/bug_report.pm')
-rw-r--r--urpm/bug_report.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/bug_report.pm b/urpm/bug_report.pm
index 5b120f97..0971f774 100644
--- a/urpm/bug_report.pm
+++ b/urpm/bug_report.pm
@@ -1,5 +1,6 @@
package urpm::bug_report; # $Id$
+use strict;
use urpm;
use urpm::msg;