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

0.11 2013-09-12T08:18:46
 - new function removeXMLAttr
 - renamed 'hashify' to 'simple'

0.10 2013-09-11T12:04:45
 - renamed 'hashify' to 'simple'

0.06 2013-09-11T10:31:11
 - bumped version
 - added method readDocument
 - fixed hashification with root
 - improved writer with options 'encoding' and 'version'

0.05 2013-09-10T12:09:48
 - removed test artifact

0.04 2013-09-10T11:50:06
 - improved path matching
 - support hashify root aka KeepRoot

0.03 2013-09-09T08:32:40
 - added function hashifyXML
 - extended writer
 - fix reader test
 - implemented writer
 - don't test on Perl 5.8 with travis
 - first draft of writer

0.02 2013-09-08T09:19:25
 - renamed to XML::Struct
 - added writer

0.01 2013-09-06T22:50:43
 - initial draft