[Po4a-commits] "po4a/lib/Locale/Po4a TransTractor.pm,1.107,1.108"

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Wed Jul 22 10:27:20 UTC 2009


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv18888/lib/Locale/Po4a

Modified Files:
	TransTractor.pm 
Log Message:
	* NEWS, lib/Locale/Po4a/TransTractor.pm: prevent the plugin from
	croaking on the options intended for Po.pm.
	* NEWS, lib/Locale/Po4a/TransTractor.pm: Prepare next release
	0.36.3.


Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- TransTractor.pm	21 Jul 2009 15:45:34 -0000	1.107
+++ TransTractor.pm	22 Jul 2009 10:27:17 -0000	1.108
@@ -337,6 +337,10 @@
     ## initialize the plugin
     # prevent the plugin from croaking on the options intended for Po.pm
     $self->{options}{'porefs'} = '';
+    $self->{options}{'copyright-holder'} = '';
+    $self->{options}{'msgid-bugs-address'} = '';
+    $self->{options}{'package-name'} = '';
+    $self->{options}{'package-version'} = '';
     # let the plugin parse the options and such
     $self->initialize(%options);
 




More information about the Po4a-commits mailing list