pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Pod-Simple



Module Name:    pkgsrc
Committed By:   heinz
Date:           Thu Nov  5 19:42:14 UTC 2009

Modified Files:
        pkgsrc/textproc/p5-Pod-Simple: Makefile distinfo

Log Message:
Updated to version 3.09.

Pkgsrc changes:
  - none

Changes since version 3.08:
===========================
        Add support for an index (TOC) in the XHTML output from David E.
        Wheeler.

        Add strip_verbatim_indent() from David E. Wheeler.

        Added the "nocase" option to PullParser's get_title(),
        get_version(), get_description(), and get_author() methods. This
        allows one to fetch the contents of those sections regardless of
        the case of the labels (e.g., "NAME" and "Name" and "name" are all
        valid). Graham Barr.

        Added the search_class() accessor to Pod::Simple::HTMLBatch.
        David E. Wheeler.

        XHTML output now properly encodes entities in all places, not just
        in verbatim blocks and code spans. David E. Wheeler.

        Fixed XHTML to output definition lists when it should, rather than
        (broken) unordered lists. David E. Wheeler.

        Fixed XHTML so that multiparagraph list items work correctly.
        David E. Wheeler.

        Fixed XHTML ordered list output so that it does not include the
        number specified in the POD in the output. This is on a par with
        out the HTML output works. David E. Wheeler.

        Applied URL patch from Leon Brocard for The Perl Journal archives.

        Fixed test failures with older versions of HTML::Entities (RT #43903
        from Salvador Tercia).

        Changed CSS files generated by HTMLBatch to be no more than 8.3
        characters long. (RT #40450 from Renee Baecker)

        Added entity handling for E<sol> and E<verbar> to Pod::Simple::XHTML.
        (RT #49615 from Chas Owens.)

        Fixed a bug in Pod::Simple::HTML where a definition term item with
        no corresponding definition item would be output with no closing
        </a></dt>. (RT # 37107 from Kevin Ryde).

        Added entity handling for numeric entities to Pod::Simple::XHTML,
        following perlpod specification.

        A POD tag found inside a complex POD tag (e.g., "C<<< C<foo> >>>")
        is now properly parsed as text and entities instead of a tag
        embedded in a tag. This is in compliance with `perldoc perlpod`
        (RT #12239 from Michael Schwern).

        Thanks to David E. Wheeler for applying patches, resolving bugs,
        and generally getting ready for the release.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/p5-Pod-Simple/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-Pod-Simple/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index