[Po4a-commits] po4a/lib/Locale/Po4a Sgml.pm,1.56,1.57
Martin Quinson
po4a-devel@lists.alioth.debian.org
Wed, 25 May 2005 16:55:22 +0000
- Previous message: [Po4a-commits] po4a po4a-gettextize,1.30,1.31 po4a-normalize,1.24,1.25 po4a-translate,1.36,1.37 po4a-updatepo,1.33,1.34
- Next message: [Po4a-commits] po4a/debian changelog,1.172,1.173
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv4170/lib/Locale/Po4a
Modified Files:
Sgml.pm
Log Message:
The debug option is a space separated list of channels to print information for. So we must split it to set $debug. [Francois Gouget]
Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Sgml.pm 24 May 2005 20:48:59 -0000 1.56
+++ Sgml.pm 25 May 2005 16:55:20 -0000 1.57
@@ -217,7 +217,7 @@
}
}
if ($options{'debug'}) {
- foreach ($options{'debug'}) {
+ foreach (split /\s+/, $options{'debug'}) {
$debug{$_} = 1;
}
}
- Previous message: [Po4a-commits] po4a po4a-gettextize,1.30,1.31 po4a-normalize,1.24,1.25 po4a-translate,1.36,1.37 po4a-updatepo,1.33,1.34
- Next message: [Po4a-commits] po4a/debian changelog,1.172,1.173
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]