[Po4a-commits] po4a/lib/Locale/Po4a Po.pm,1.26,1.27
Martin Quinson
po4a-devel@lists.alioth.debian.org
Wed, 18 Aug 2004 01:38:24 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv13919/lib/Locale/Po4a
Modified Files:
Po.pm
Log Message:
useless cosmetics
Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Po.pm 18 Aug 2004 00:05:36 -0000 1.26
+++ Po.pm 18 Aug 2004 01:38:22 -0000 1.27
@@ -1070,7 +1070,7 @@
if ($pos != -1) {
my $end=substr($line,$pos+1);
$line=substr($line,0,$pos+1);
- if ($end=~s/^( +)//) {
+ if ($end =~ s/^( +)//) {
$line .= $1;
}
unshift @lines,$end;