diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 13:35:50 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 13:35:50 -0500 |
commit | 9750f929ad7b80669cb7dacffcea38aa213c984a (patch) | |
tree | 5790b2a8d1aa4390b715ea83de14defd06808562 | |
parent | 9e3dc0af60e0ab244ac8801c566924277bf97711 (diff) |
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)
-rw-r--r-- | IkiWiki/Plugin/po.pm | 3 |
1 files changed, 0 insertions, 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; |