gavin 77e93a8030 add missing use directive před 8 roky
..
lib 77e93a8030 add missing use directive před 8 roky
t 08bf6a0942 revert last revision před 8 roky
Changes 08bf6a0942 revert last revision před 8 roky
MANIFEST 08bf6a0942 revert last revision před 8 roky
Makefile.PL 08bf6a0942 revert last revision před 8 roky
Makefile.am 08bf6a0942 revert last revision před 8 roky
README 08bf6a0942 revert last revision před 8 roky
pod2texi.pl 696d774c1c update pod2texi před 8 roky
prove.sh 08bf6a0942 revert last revision před 8 roky

README

Pod-Simple-Texinfo version 0.01
===============================

Pod::Simple based Pod formatter to render Texinfo.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Pod::Simple::PullParser, Texinfo::Parser.

COPYRIGHT AND LICENCE

Copyright (C) 2011, 2012 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License,
or (at your option) any later version.

_url_escape is general_url_escape from Pod::Simple::HTML.