The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.012

  • I found a break in 2.01 whereby the root method would return the object being wrapped and not the proxy object. Small, but significant enough break that I decided to reverse changes made in 2.01. No more proxy object and Object::Destroyer. Instead I'm using the weaken method in Scalar::Util making it and Task::Weaken new dependencies as of this release. Weak reference was a new feature in Perl 5.6.0 thereby making that the required minimum version.

Modules

simplistic and perlish handling of XML data.
a generic characters object.
a generic document object.
a generic element (tag) object.
base class for all other XML::Elemental objects.
the SAX2 handler that drives XML::Elemental.
utility methods for working with XML::Elemental.
A flexible and extensible object tree style for XML::Parser. DEPRECATED.