[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.79,1.80"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Sep 15 16:11:41 UTC 2007
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv7907/lib/Locale/Po4a
Modified Files:
Po.pm
Log Message:
Remove unneeded test. ($line =~ /^#$/) is contained in ($line =~ /^#(.*)$/).
Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Po.pm 15 Sep 2007 16:07:24 -0000 1.79
+++ Po.pm 15 Sep 2007 16:11:39 -0000 1.80
@@ -234,7 +234,7 @@
} elsif ($line =~ /^#, ?(.*)$/) { # flags
$flags .= (defined($flags) ? "\n" : "").$1;
- } elsif ($line =~ /^#(.*)$/ || $line =~ /^#$/) { # Translator comments
+ } elsif ($line =~ /^#(.*)$/) { # Translator comments
$comment .= (defined($comment) ? "\n" : "").($1||"");
} elsif ($line =~ /^msgid (".*")$/) { # begin of msgid
More information about the Po4a-commits
mailing list