[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.46,1.47"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sun Oct 30 17:46:35 UTC 2005
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv10776/lib/Locale/Po4a
Modified Files:
Po.pm
Log Message:
I intended to use chomp, not chop.
Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Po.pm 26 Oct 2005 10:53:25 -0000 1.46
+++ Po.pm 30 Oct 2005 17:46:14 -0000 1.47
@@ -1155,7 +1155,7 @@
$res.="$line\n";
}
# Restore the original tariling spaces
- chop $res;
+ chomp $res;
if ($text =~ m/(\s+)$/s) {
$res .= $1;
}
More information about the Po4a-commits
mailing list