[Po4a-commits] "po4a Build.PL,1.41,1.42"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sun Feb 22 15:39:32 UTC 2009
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv24031
Modified Files:
Build.PL
Log Message:
Move the Encode import inside the method. (fix failure to build)
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Build.PL 22 Feb 2009 15:16:23 -0000 1.41
+++ Build.PL 22 Feb 2009 15:39:30 -0000 1.42
@@ -4,8 +4,6 @@
use strict;
use warnings;
-use Encode;
-
my $builder = Module::Build->subclass
(
class => 'My::Builder',
@@ -123,6 +121,7 @@
my $self = shift;
use Pod::Man;
+ use Encode;
# Translate binaries manpages
my %options;
More information about the Po4a-commits
mailing list