Revision history for POE-Filter-XML: 1.140700 1.140700 2014-03-11 22:58:37 Europe/Amsterdam Remove all bullshit related to MooseX::Declare Fix annoying bug in toString picking up Moose attributes 1.102960 2010-10-23 01:35:46 America/Chicago Fix issues with not_streaming Deprecation warning for ALL CAPS parameters improved Add a test for the not_streaming functionality Clean up some trailing whitespace 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 * Version 0.38 * Alter tests because of incoming smart match changes in blead perl 2009-04-18 NPEREZ * 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 * Version 0.36 * fixed a bug dealing with subclassing PFX::Node further 2009-01-04 NPEREZ * 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 * No version * Implement initial XML::LibXML port 2007-04-19 NPEREZ * 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 * 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 * 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 for bug submit 2006-10-26 NPEREZ * 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 for bug submits 2006-04-30 NPEREZ * Version bumped to 0.29 * Clean up some more POE::Preprocessor leftovers 2006-04-30 NPEREZ * Version bumped to 0.28 * '0' in CDATA logic error corrected * Transition from MakeMaker to Module::Build