[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.154,1.155"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Wed Jun 14 20:42:07 UTC 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv15270/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Support 'el as .el
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- Man.pm 14 Jun 2006 20:39:38 -0000 1.154
+++ Man.pm 14 Jun 2006 20:42:04 -0000 1.155
@@ -1865,7 +1865,7 @@
if ($m eq '.ie') {
($line,$ref)=$self->SUPER::shiftline();
chomp $line;
- if ($line !~ m/^\.[ \t]*el\s/) {
+ if ($line !~ m/^[.'][ \t]*el\s/) {
die ".ie without .el\n"
}
my $paragraph2 = $line;
More information about the Po4a-commits
mailing list