The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Archive::ByteBoozer.

0.03  2013-01-08
    - fixed "error: expected identifier before numeric constant" compilation
      error by replacing all occurrences of "true" and "false" constants with
      "_true" and "_false" labels in the original source code right before
      packaging the actual release of this module, so that it now successfully
      compiles also Mac OS X (which, it turned out, has got those constants
      already predefined)

0.02  2013-01-05
    - updated "ByteBoozer" source code to version 1.1, which was published by
      David Malmborg on June the 14th, 2012
    - fixed "error: expected ';', identifier or '(' before 'char'" and "error:
      two or more data types in declaration specifiers" compilation errors by
      replacing all occurrences of a newly defined "bool" type (first defined
      in "bb.h") with "_bool" label in the original source code right before
      packaging the actual release of this module, so that it now successfully
      compiles also on most non-Linux systems as well as for bleadperl

0.01  2012-04-07
    - initial version (provides Perl interface to David Malmborg's ByteBoozer,
      supports crunching Commodore data files using the compression algorithm
      implemented via ByteBoozer)