[Po4a-commits] po4a/lib/Locale/Po4a Man.pm,1.88,1.89
Nicolas FRANCOIS
po4a-devel@lists.alioth.debian.org
Sat, 23 Apr 2005 17:45:38 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv17122/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
The initialisation of %debug was missing in initialize.
It is needed by the recent support of options in the config file.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Man.pm 23 Apr 2005 16:09:46 -0000 1.88
+++ Man.pm 23 Apr 2005 17:45:36 -0000 1.89
@@ -317,6 +317,9 @@
$self->{options}{'debug'}='';
$self->{options}{'verbose'}='';
+ # reset the debug options
+ %debug = ();
+
foreach my $opt (keys %options) {
if (defined $options{$opt}) {
die wrap_mod("po4a::man",