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.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