From: Joey Hess Date: Mon, 26 Jan 2009 18:35:50 +0000 (-0500) Subject: remove redundant use X-Git-Tag: 3.15~232 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9750f929ad7b80669cb7dacffcea38aa213c984a?ds=sidebyside 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) --- 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;