Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: eaf4f48b6b408ecaf34aed9849310d1c740bf533
      
https://github.com/parrot/parrot/commit/eaf4f48b6b408ecaf34aed9849310d1c740bf533
  Author: Reini Urban <[email protected]>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M tools/release/cut.pl

  Log Message:
  -----------
  Improve error reporting of tools/release/cut.pl for IO::Compress::Bzip2

If IO::Compress::Bzip2 will fail to load
(Compress::Raw::Bzip2 version 2.059 required--this is only version 2.052)
tools/release/cut.pl will write the bzip2 compress archive as gzip compressed.
This might not be what you want.

By adding "use IO::Compress::Bzip2;" the error is not silently ignored anymore.
After updating Compress::Raw::Bzip2 the bzip compression worked fine.



_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to