diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-06 17:21:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-06 17:21:05 +0000 |
commit | b66daf7eb0f9ca1410446dab95e2406555a0a909 (patch) | |
tree | ec19e4d4353b4f40b19defb63ceb2f701377f55c /urpm/select.pm | |
parent | 99bd0eed2382706ab7a730e6dda750c937d0c106 (diff) | |
download | urpmi-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/select.pm')
-rw-r--r-- | urpm/select.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/select.pm b/urpm/select.pm index 7f93976a..7bc975ac 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -2,6 +2,7 @@ package urpm::select; # $Id$ +use strict; use urpm::msg; use urpm::util; use urpm::sys; |