ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/pod2texi
(Generate patch)

Comparing gvpe/doc/pod2texi (file contents):
Revision 1.6 by pcg, Thu Jan 27 06:16:16 2005 UTC vs.
Revision 1.7 by pcg, Sat Apr 16 19:39:23 2005 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3# TODO: texinfo fails on @cinde xin title elements etc. *sigh* 3# TODO: texinfo fails on @cindex in title elements etc. *sigh*
4 4
5use Pod::POM; 5use Pod::POM;
6 6
7sub escape_texi($) { 7sub escape_texi($) {
8 local $_ = shift; 8 local $_ = shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines