summaryrefslogtreecommitdiffstats
path: root/urpmi.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-04 10:53:32 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-04 18:03:09 +0200
commit30ce682069853759d929133ac43218c60af07939 (patch)
tree80f88e62169baf29300580239023dcdb687627df /urpmi.pm
parent2dd723034550c3e71242c26a101a0941976fe37b (diff)
downloadurpmi-30ce682069853759d929133ac43218c60af07939.tar
urpmi-30ce682069853759d929133ac43218c60af07939.tar.gz
urpmi-30ce682069853759d929133ac43218c60af07939.tar.bz2
urpmi-30ce682069853759d929133ac43218c60af07939.tar.xz
urpmi-30ce682069853759d929133ac43218c60af07939.zip
Use strict
The fake module was the only one not using strict (Kwalitee)
Diffstat (limited to 'urpmi.pm')
-rw-r--r--urpmi.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi.pm b/urpmi.pm
index e687eef0..4ad953c4 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -1,5 +1,7 @@
package urpmi;
+use strict;
+
# Dummy package for CPAN testers
our $VERSION = '8.123';