Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv30957/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Scripts must be ASCII only
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Man.pm 28 Apr 2004 22:01:13 -0000 1.13
+++ Man.pm 30 Apr 2004 22:47:04 -0000 1.14
@@ -529,7 +529,7 @@
}
if ($debug{'splitargs'}) {
print STDERR "ARGS=";
- map { print STDERR "$_°"} @args;
+ map { print STDERR "$_^"} @args;
print STDERR "\n";
}
Show replies by date