From 9750f929ad7b80669cb7dacffcea38aa213c984a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Jan 2009 13:35:50 -0500 Subject: [PATCH] remove redundant use use is file-scoped so warnings and strict are already enabled inside the second package, and IkiWiki is already loaded (though not imported into this context) --- IkiWiki/Plugin/po.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index b7e2091b6..659350ea0 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -1120,9 +1120,6 @@ sub isvalidpo ($) { # `---- package IkiWiki::PageSpec; -use warnings; -use strict; -use IkiWiki 2.00; sub match_istranslation ($;@) { my $page=shift; -- 2.45.0