[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.54,1.55"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Feb 24 18:25:07 UTC 2006


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

Modified Files:
	Po.pm 
Log Message:
delete the automatically generated apply subroutine to avoid warnings.


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Po.pm	24 Feb 2006 18:22:45 -0000	1.54
+++ Po.pm	24 Feb 2006 18:25:05 -0000	1.55
@@ -659,6 +659,9 @@
 		       'automatic' => $automatic)
 	       if (apply($msgid,$msgstr,$ref,$flags,$comment,$automatic)); # DO NOT CHANGE THE ORDER
     }
+    # delete the apply subroutine
+    # otherwise it will be redefined.
+    undef &apply
     return $res;
 }
 




More information about the Po4a-commits mailing list