[Po4a-commits] "po4a/lib/Locale/Po4a TransTractor.pm, 1.123, 1.124 Wml.pm, 1.19, 1.20"
David PREVOT
taffit-guest at alioth.debian.org
Wed Jul 28 23:57:35 UTC 2010
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv28086/lib/Locale/Po4a
Modified Files:
TransTractor.pm Wml.pm
Log Message:
Some typos
Index: Wml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Wml.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Wml.pm 27 Jul 2010 22:15:11 -0000 1.19
+++ Wml.pm 28 Jul 2010 23:57:32 -0000 1.20
@@ -86,7 +86,7 @@
SUFFIX => ".xml",
OPEN => 0,
UNLINK => 0)
- or die wrap_msg(gettext("Can't create a temporary xml file: %s"), $!);
+ or die wrap_msg(gettext("Can't create a temporary XML file: %s"), $!);
my $file;
open FILEIN,"$filename" or die "Cannot read $filename: $!\n";
{
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- TransTractor.pm 27 Jul 2010 22:15:10 -0000 1.123
+++ TransTractor.pm 28 Jul 2010 23:57:32 -0000 1.124
@@ -11,7 +11,7 @@
use subs qw(makespace);
use vars qw($VERSION @ISA @EXPORT);
-$VERSION="0.40";
+$VERSION="0.40.1";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
More information about the Po4a-commits
mailing list