projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e5c90
)
avoid Po4a::Common exporting anything
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 19 Jul 2009 15:50:56 +0000
(17:50 +0200)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 19 Jul 2009 15:50:56 +0000
(17:50 +0200)
It exports gettext and stuff by default, which conflicts with IkiWiki
exports.
IkiWiki/Plugin/po.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/po.pm
b/IkiWiki/Plugin/po.pm
index c57a5d0f85fa53178cbb8026ba296b839dfdfe3d..1aa60a14fc891935920352534b88b2f22825fc84 100644
(file)
--- a/
IkiWiki/Plugin/po.pm
+++ b/
IkiWiki/Plugin/po.pm
@@
-10,7
+10,7
@@
use warnings;
use strict;
use IkiWiki 3.00;
use Encode;
-use Locale::Po4a::Common qw(nowrapi18n);
+use Locale::Po4a::Common qw(nowrapi18n
!/.*/
);
use Locale::Po4a::Chooser;
use Locale::Po4a::Po;
use File::Basename;