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