The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for XML-Grammar-Vered

0.2.1       2021-10-24
    - Protect default texts using xsl:text.
        - For HTML validation/etc.

0.2.0       2021-10-24
    - Add more //article/info tags (copyright, author, etc.)
    - Remove the output revhistory element.

0.0.13      2021-04-17
    - Generete epubcheck-friendlier docbook 5/xml:
        - https://github.com/w3c/epubcheck
        - Without the "db:" XML namespace prefix.

0.0.12      2020-07-02
    - Remove mismatching $VERSION from lib/XML/Grammar/Vered.pm .
        - From the "I'm still an idiot" department.
        - "We're lame but optimistic".

0.0.11      2020-07-02
    - Remove the obnoxius libxml version matching tests.
        - I was an idiot.

0.0.10      2019-06-28
    - [RewriteVersion] in dist.ini.
    - Convert to git and GitHub.
    - dzil cleanups.

v0.0.9  2014-02-17
    - Fix the misplacement xml:space="..." in the ".xslt" stylesheet.
        - Caused test failures with some combinations of libxml2 and libxslt
        and should not have worked in the first place according to the
        standards.
        - For more information, see:
        https://mail.gnome.org/archives/xml/2014-February/thread.html

v0.0.8  2014-01-02
    - Fix the double =encoding directive in the POD. It confused MetaCPAN:
        - https://github.com/CPAN-API/metacpan-web/issues/1051#issuecomment-33903716
        - Fixed by replacing "-Encoding" in weaver.ini to "-SingleEncoding"
        - Thanks to ether on #dist-zilla

v0.0.7  2014-01-02
    - META.yml provides and minimal perl version (CPANTS).
    - Add a test for trailing space.

v0.0.6  2013-05-14
    - Rename the example away from "bad-elements" to avoid confusion:
        - http://www.nntp.perl.org/group/perl.cpan.testers.discuss/2013/05/msg3139.html

v0.0.5  2013-05-09
    - Get rid of Makefile.PL.
        - It doesn't handle three digit version ("vX.Y.Z")
        dependencies too well.
    - Add minimal dependency on v0.2.2 on XML-GrammarBase.
        - To fix test failures due to old and broken libxml2 versions.

v0.0.4  2013-02-20
    - Add MANIFEST.SKIP and got rid of packed-up temporary files (*~).

v0.0.3  2013-01-23
    - Add minimal dependency on v0.2.1 on XML-GrammarBase.

v0.0.2  2013-01-21
    - Add t/00-libxml-basic.t and t/00-libxslt-basic.t .

v0.0.1  2013-01-18
    - First version, released on an unsuspecting world