avoid Po4a::Common exporting anything

It exports gettext and stuff by default, which conflicts with IkiWiki
exports.
master
Joey Hess 2009-07-19 17:50:56 +02:00
parent 43e5c905cb
commit 126952bd33
1 changed files with 1 additions and 1 deletions

View File

@ -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;