[Po4a-commits] po4a/lib/Locale/Po4a TeX.pm,1.57,1.58

Nicolas FRANCOIS po4a-devel@lists.alioth.debian.org
Sat, 23 Apr 2005 17:41:38 +0000


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

Modified Files:
	TeX.pm 
Log Message:
Add the verbose options needed for po4a -v.
Re-initialize %debug in initialize.

The initialisations of %commands and %separated is still missing.


Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- TeX.pm	10 Apr 2005 16:08:11 -0000	1.57
+++ TeX.pm	23 Apr 2005 17:41:34 -0000	1.58
@@ -1411,6 +1411,11 @@
     $self->{options}{'exclude_include'}='';
     $self->{options}{'no_wrap'}='';
     $self->{options}{'debug'}='';
+    $self->{options}{'verbose'}='';
+
+    %debug = ();
+    # FIXME: %commands and %separated should also be restored to their
+    #        default values.
 
     foreach my $opt (keys %options) {
         if ($options{$opt}) {