[Po4a-devel][CVS] po4a/lib/Locale/Po4a Xml.pm,1.12,1.13

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Sun, 08 Aug 2004 06:27:53 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv22927

Modified Files:
	Xml.pm 
Log Message:
Enhance documentation and fix a syntax error


Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Xml.pm	7 Aug 2004 04:51:33 -0000	1.12
+++ Xml.pm	8 Aug 2004 06:27:51 -0000	1.13
@@ -778,7 +778,7 @@
 				}
 			}
           
-			die sprintf("po4a::xml: ".dgettext ("po4a","Bad attribute syntax at %s"),$ref)."\n";
+			die sprintf("po4a::xml: ".dgettext ("po4a","Bad attribute syntax at %s"),$ref)."\n"
 				unless ($complete);
 		}
 	}
@@ -1014,8 +1014,9 @@
 
 =item skip_spaces
 
-This function receives as argument the pointer to a paragraph (in the format
-returned by get_string_until) and skips his heading spaces.
+This function receives as argument the reference to a paragraph (in the format
+returned by get_string_until), skips his heading spaces and returns them as
+a simple string.
 
 =cut