The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-Formats
# $Id: ChangeLog 6 2008-10-21 11:12:27Z rjray $

0.11    Tue Oct 21 04:07:00 PDT 2008

        MANIFEST:
        lib/Test/Formats/XML.pm:
        t/10_xml/05_xml_parsing.t:
        Added testing routines to Test::Formats::XML to simple test that XML
        content is well-formed. Tests only the parsing, no validation. Added
        test suite for this, and added the suite file to MANIFEST.

        Build.PL:
        Makefile.PL:
        Besides bumping the version number, added some clean-up to the
        overall meta-information so that pre-reqs, etc., are better
        spelled-out.

0.10    Mon Oct 20 02:06:39 PDT 2008

        Build.PL:
        ChangeLog:
        ChangeLog.xml:
        MANIFEST:
        MANIFEST.SKIP:
        Makefile.PL:
        README:
        etc/ChangeLogML.xsd:
        lib/Test/Formats.pm:
        lib/Test/Formats/XML.pm:
        t/00_load.t:
        t/01_pod.t:
        t/02_pod_coverage.t:
        t/10_xml/10_sgmldtd.t:
        t/10_xml/20_xmlschema.t:
        t/10_xml/30_relaxng.t:
        t/90_integration/10_with_xml.t:
        t/90_integration/90_empty_subclass.t:
        t/90_integration/MyTestFormats.pm:
        Initial release. All basic functionality for the Test::Formats::XML
        specialization is in place, but test coverage is embarrassing.