1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libhtml-toc-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libtest-differences-perl, libhtml-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/HTML-Toc/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-toc-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-toc-perl/
Package: libhtml-toc-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl
Description: module for creating and updating an HTML Table of Contents
HTML::Toc is a Perl module that provides a mechanism for creating an HTML
Table of Contents (ToC) and for keeping it up-to-date. Because it models the
information in memory, updating the table becomes very simple. The framework
also includes helper modules to write the table as HTML and keep it updated.
|