From 30ce682069853759d929133ac43218c60af07939 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 May 2020 10:53:32 +0200 Subject: Use strict The fake module was the only one not using strict (Kwalitee) --- urpmi.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpmi.pm') 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'; -- cgit v1.2.1