[Po4a-devel][CVS] po4a/lib/Locale/Po4a Po.pm,1.14,1.15

Martin Quinson po4a-devel@lists.alioth.debian.org
Sun, 01 Aug 2004 09:44:52 +0000


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

Modified Files:
	Po.pm 
Log Message:
Ok, select does not work, and I shouldn't have commited an half broken function in the first place. But now that it's done (I though it was pod cleanups), comment the part generating such an awfull warning

Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Po.pm	29 Jul 2004 01:27:51 -0000	1.14
+++ Po.pm	1 Aug 2004 09:44:50 -0000	1.15
@@ -364,13 +364,13 @@
 	$comment = $self->{po}{$msgid}{'comment'};
 	$automatic = $self->{po}{$msgid}{'automatic'};
 
-	$res->push_raw('msgid' => $msgid, 
-			 'msgstr' => $msgstr,
-			 'flags' => $flags,
-	                 'type'  => $type,
-			 'reference' => $ref,
-			 'comment' => $comment,
-			 'automatic' => $automatic);
+#	$res->push_raw('msgid' => $msgid, 
+#			 'msgstr' => $msgstr,
+#			 'flags' => $flags,
+#	                 'type'  => $type,
+#			 'reference' => $ref,
+#			 'comment' => $comment,
+#			 'automatic' => $automatic);
 
     }
     return $res;