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

0.14    011-06-08
	* Fix dep for MX::NonMoose finally

0.13    2010-12-29
        * Fix missing dep on MooseX::App::Cmd spotted by mateu
        * Fix bad synopsis code spotted by mateu

0.12    2010-12-28
        * clean up the XML::Toolkit::CMD::Commands to extend XML::Toolkit::App 
        * fix some oddities that crept up in the XML::Toolkit::CMD::Commands

0.11    2010-12-28
        * add (back) XML::Toolkit::Application as a wrapper around the config layer

0.10    2010-12-02
        + s/ToolKit/Toolkit/g (doy)

0.09    2010-11-08
        + Fix support for namespace serialization
        + Re-organize to use Bread::Board 
        + Remove non-namespace support

0.08    2010-06-29
        + Alpha support for serializing Namespaces
        
0.07    2010-01-29
        + Significant reorganization of the class layout
        + Some performance tweaks 
        + Moved script to `xmltk` and MooseX::App::Cmd
        + Namespace Aware Loader and Builder (robinsmidsrod)
            + Update examples to use the new namespace awareness
            + Change the defaults to the namespace aware classes
        
0.06    2009-06-04
        + add support for parsing name-spaced elements
            - serialization currently does *NOT* work
            + added tests 
        + Added documentation
        + Add more examples
        + rename make_classes, and set it up to install
        + update Makefile.PL to include Repository info
    
0.05   2009-01-29
        + Added Documentation
    
0.04   2008-11-19
        + Fix typo in API of upstream XML::SAX::Filter

0.03   2008-11-13
        + Fix a bug in the ClassTemplate noticed by Confound
        + Update to use the QuoteCharecter option in XML::SAX::Writer 0.51 
        + Update to use sort_order for controlling order of XML elements 
     
0.02   2008-11-12 21:33
       + Fix Missing Dep
       + Add Dep Version Numbers
    
0.0.1  Tue Apr 22 11:58:53 2008
       Initial release.