[Po4a-commits] "po4a changelog,1.258,1.259"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Sep 15 16:11:41 UTC 2007
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv7907
Modified Files:
changelog
Log Message:
Remove unneeded test. ($line =~ /^#$/) is contained in ($line =~ /^#(.*)$/).
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- changelog 15 Sep 2007 16:07:24 -0000 1.258
+++ changelog 15 Sep 2007 16:11:39 -0000 1.259
@@ -2,6 +2,8 @@
* lib/Locale/Po4a/Po.pm (read): Be stricter when parsing PO files.
Add $ to the regular expressions.
+ * lib/Locale/Po4a/Po.pm (read): Remove unneeded test.
+ ($line =~ /^#$/) is contained in ($line =~ /^#(.*)$/).
2007-09-15 Nicolas François <nicolas.francois at centraliens.net>
More information about the Po4a-commits
mailing list