The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
XML::Bare Changelog

0.11 ( 6-25-07 )
  - Changed XS code so that it is backwards compatible with older versions of Perl.
  - Changed XS code to use 'blind' pointers, a custom created Perl Scalar. Speed
    is increased as a result for XML with large contiguous values.

0.10 ( 6-21-07 )
  - Made XS routines 30% more efficient. Speed of parsing and perl hash creation
    is now very good in comparison to all currently available alternatives in perl.

0.09 ( 6-20-07 )
  - Rewrote library using XS instead of swig.

0.08 ( 6-20-07 )
  - Parser has been rewritten in C to avoid dependency on g++.
  - After node parsing C tree structure memory is now freed.

0.07 ( 6-19-07 )
  - Modified custom script because it was incorrect in its use of redirection, causing
    some platforms to fail to compile.

0.06 ( 6-17-07 )
  - Modified Makefile to use custom script to switch between g++ and gcc for
    compilation. Even as c, swig interface still did not compile properly with
    g++ on some systems.

0.05 ( 6-16-07 )
  - Ceased using c++ for swig interface; it caused compilation issues on some platforms
  - Fix further output indentation issues due to {value} always being displayed.
    {value} is now displayed as documented.
  - First line of changes was incorrect previously

0.04 ( 06-15-07 )
  - Added clean function
  - Added merge function
  - Bugfix: xml output indentation was off due to parser changes in 0.03
  - Updated documentation

0.03 ( 06-14-07 )
  - Modified makefile to work under windows with Activestate and MSVC
  - Cleaned up parser some and fixed basic mixed xml
  - Added changelog to dist
  - Dist now created from MakeMaker 6.32 ( license and abstract add to Meta.yml )

0.02 ( 06-13-07 )
  - Changed version line in perl module from my to global to allow proper cpan indexing

0.01 ( 06-13-07 )
  - First release