[Po4a-commits] po4a/lib/Locale/Po4a Man.pm,1.72,1.73
Nicolas FRAN??OIS
po4a-devel@lists.alioth.debian.org
Sun, 09 Jan 2005 18:04:10 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv2440/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
input line continuations (\<RET>) are not reserved for macros
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Man.pm 7 Jan 2005 22:50:52 -0000 1.72
+++ Man.pm 9 Jan 2005 18:04:07 -0000 1.73
@@ -290,7 +290,7 @@
$line =~ s/\\\././g;
chomp $line;
- while ($line =~ /^\..*\\$/ || $line =~ /^(\.[BI])\s*$/) {
+ while ($line =~ /^.*\\$/ || $line =~ /^(\.[BI])\s*$/) {
my ($l2,$r2)=$self->SUPER::shiftline();
chomp($l2);
if ($line =~ /^(\.[BI])\s*$/) {