[Po4a-commits] "po4a/lib/Locale/Po4a Common.pm, 1.19, 1.20 Text.pm, 1.24, 1.25 TransTractor.pm, 1.102, 1.103"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Feb 13 23:16:46 UTC 2009


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

Modified Files:
	Common.pm Text.pm TransTractor.pm 
Log Message:
	* lib/Locale/Po4a/Common.pm, lib/Locale/Po4a/TransTractor.pm,
	lib/Locale/Po4a/Text.pm: Fix warnings in the generated manpages.
	* lib/Locale/Po4a/Text.pm: Document the asciidoc option.


Index: Text.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Text.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Text.pm	24 Oct 2008 22:55:44 -0000	1.24
+++ Text.pm	13 Feb 2009 23:16:44 -0000	1.25
@@ -99,8 +99,19 @@
 =cut
 
 my $markdown = 0;
+
+=item B<asciidoc>
+
+Handle documents in the asciidoc format.
+
+=cut
+
 my $asciidoc = 0;
 
+=back
+
+=cut
+
 sub initialize {
     my $self = shift;
     my %options = @_;

Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- TransTractor.pm	9 Feb 2009 21:37:04 -0000	1.102
+++ TransTractor.pm	13 Feb 2009 23:16:44 -0000	1.103
@@ -503,8 +503,6 @@
     return $_[0]->{TT}{po_in}->stats_get(); 
 }
 
-=cut
-
 =head2 Manipulating addenda
 
 =over 4

Index: Common.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Common.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Common.pm	15 Jan 2009 22:24:19 -0000	1.19
+++ Common.pm	13 Feb 2009 23:16:44 -0000	1.20
@@ -229,9 +229,6 @@
     }
 }
 
-
-=cut
-
 1;
 __END__
 




More information about the Po4a-commits mailing list