[parrot/parrot] eaf4f4: Improve error reporting of tools/release/cut.pl fo...

GitHub noreply at github.com
Wed Dec 19 14:22:12 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: eaf4f48b6b408ecaf34aed9849310d1c740bf533
      https://github.com/parrot/parrot/commit/eaf4f48b6b408ecaf34aed9849310d1c740bf533
  Author: Reini Urban <rurban at cpanel.net>
  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.





More information about the parrot-commits mailing list