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

0.05_03 2012-04-02
        Fix bug with ppport.h.

0.05_02 2012-04-02
        Added ppport.h.
        No more using Scalar::Util.

0.05_01 2012-03-26
        Fix test conv.t

0.05    2012-03-25
        Fix bug with compiling on FreeBSD

0.04    2012-03-24
        Updated Makefile.PL

0.03_01 2012-02-28
        Added META.json

0.03    2012-02-25
        Changed output to a file handle (thanks to Cono)

0.02    2012-02-15
        Increased performance by 2.5 times via direct conversion to a string without creating a DOM

0.01    2012-02-12
        First version