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

0.1.3    Tue 15 Jan 14:09:40 IST 2013
         * lib/XML/GrammarBase/Role/RelaxNG.pm : add the
         _calc_parser method that can be overrided for calculating and
         returning the XML::LibXML parser.
         * Fix module_base to only accept a distribution directory
         style (e.g: "XML-Grammar-MyGrammar" rather than the wrong
         "XML::Grammar::MyGrammar" which File::ShareDir's dist_dir did
         not like).
            - add a check for it in Moo using isa => ...

0.1.2    Sat  5 Jan 10:05:33 IST 2013
         * Add t/01libxml-basic.t for diag()s for libxml2 and XML::LibXML
         (so we'll know which versions of them are failing).
         * Add scripts/bump-version-number.pl .

0.1.1    Thu  3 Jan 13:39:42 IST 2013
         Add keywords and resources to the META.yml / META.json.

0.1.0    Thu  3 Jan 13:33:10 IST 2013
         Add the 'encoding' parameter for output_as_chars() vs.
         output_as_bytes().

0.0.3    Sat 29 Dec 22:26:34 IST 2012
         Change a wrong synopsis - it was "use Any::Moose;" instead of
         "use MooX 'late';".

0.0.2    Tue 25 Dec 14:51:32 IST 2012
         Convert to «use MooX::Role 'late';» instead of the previous
         incantation.
            - it broke the tests on many CPAN smokers and on a fresh perl
            installation.

0.0.1    Sun 23 Dec 19:03:43 IST 2012
         First version, released on an unsuspecting world.