| \input texinfo |
| @c This top-level file is so trivial, it has to be public domain. |
| @setfilename perldoc-all.info |
| @settitle Perl Pod documentation |
| @finalout |
| @tex |
| \global\hfuzz=\maxdimen |
| \global\hbadness=10000 |
| @end tex |
| |
| @shortcontents |
| @contents |
| |
| @ifnottex |
| @node Top |
| @top Perl pod documentation |
| |
| This translation of the Perl documentation |
| (@url{http://perldoc.perl.org}) from Pod to Texinfo is not official, |
| and not endorsed by the Perl developers (indeed, they haven't seen |
| it). It was created by the GNU Texinfo developers because they found |
| it useful to have the Perl documentation available in Info and other |
| formats, and thought they would share the results. Suggestions welcome. |
| |
| This is created entirely by the Texinfo tools; see the |
| @url{http://svn.savannah.gnu.org/viewvc/trunk/contrib/perldoc-all/?root=texinfo, |
| @file{contrib/perldoc-all}} directory in the Texinfo sources for the |
| procedure used. The output is available at |
| @url{http://www.gnu.org/software/perl/manual}. |
| @end ifnottex |
| |
| @include perldoc-all-incl.texi |
| |
| @bye |