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

  2.029 8 May 2010

      * Compress::Raw::Lzma::EasyEncoder with Preset => 9 needs a *lot* of
        memory. This was triggering smoke failures on some systems.
        Reworked that test harness to spot the memory failure.

  2.028 3 May 2010

      * Remove 'Persistent' option from  Lzma::Filter::Lzma. 
        The underlying lzma library doesn't support it anymore.
        [RT #57080]

      * Silenced a pile of compiler warnings.

  2.027 24 April 2010

      * No Changes

  2.026 7 April 2010

      * No Changes

  2.025 27 March 2010

      * No Changes

  2.024 7 January 2010

      * Documentation updates.

      * Silence the warning "UNIVERSAL->import is deprecated and will be
        removed in a future perl" when running perl 5.11

      * Fixed a problem with the code that generated the LZMA constants.
        This issue was found in with the version of the lzma library that
        comes with Ubuntu 9.10 
        Pronlem reported by Graham Jenkins

  2.023 9 November 2009

      * First public beta