Revision history for POE-Filter-XML: 1.102800
1.102800 2010-10-07 03:08:23 America/Chicago
Overhaul internals to use MooseX::Declare
Remove Utils.pm (No one should be using it)
Redo documentation using Pod::Weaver
Remove all 5.10isms (should be clean wherever MXD runs)
Distribution now controlled by Dist::Zilla
2009-04-18 NPEREZ <nperez@cpan.org>
* Version 0.38
* Alter tests because of incoming smart match changes in blead perl
2009-04-18 NPEREZ <nperez@cpan.org>
* Version 0.37
* Remove dependency on Class::InsideOut
* Remove dependency on Filter::Template
* Node is now using fieldhash + state
* Repo is now hosted at github
2009-04-06 NPEREZ <nperez@cpan.org>
* Version 0.36
* fixed a bug dealing with subclassing PFX::Node further
2009-01-04 NPEREZ <nperez@cpan.org>
* Version bumped to 0.35
* XML::LibXML support complete
* Node completely rewritten to be based on LibXML::Element
* Actual tests added for the filter, node, etc
* Documentation updated to reflect these major changes
* No more Makefile.PL
2008-12-31 NPEREZ <nperez@cpan.org>
* No version
* Implement initial XML::LibXML port
2007-04-19 NPEREZ <nperez@cpan.org>
* Version bumped to 0.34
* Added support for multiple single document parsing (ie. XMLRPC)
* Changed internal structure to be arrayref based
* Provided arguments must be named pairs (ie NOTSTREAMING => 1)
2007-01-19 NPEREZ <nperez@cpan.org>
* Version bumped to 0.33 (in all modules so everything matches)
* Add definedness checks for a couple of more items in Utils
2006-12-16 NPEREZ <nperez@cpan.org>
* Version bumpted to 0.32 (I know, I skipped one)
* rt.cpan.org #23668: Add a check for defined-ness for encode/decode
* Thanks to David Davis <xantus@xantus.org> for bug submit
2006-10-26 NPEREZ <nperez@cpan.org>
* Version bumped to 0.30
* rt.cpan.org #22290: attribute values are properly encoded/decoded
* rt.cpan.org #22291: attribute values are properly encoded/decoded
* rt.cpan.org #22288: behavior made consistent on reset() and reset()
has been moved to an internal method automagically called
* rt.cpan.org #22427: now we subclass POE::Filter to make
Filter::Stackable happy.
* encode/decode moved out to Utils
* Thanks to Eric Waters <ewaters@uarc.com> for bug submits
2006-04-30 NPEREZ <nperez@cpan.org>
* Version bumped to 0.29
* Clean up some more POE::Preprocessor leftovers
2006-04-30 NPEREZ <nperez@cpan.org>
* Version bumped to 0.28
* '0' in CDATA logic error corrected
* Transition from MakeMaker to Module::Build