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

Changes for version 0.07 - 2013-03-08

  • fixed "First argument to Readonly must be a reference" compilation error for Perl 5.6.2 by extracting a complete list of module constants and supplying a backslash over their value assignments (this is needed since Readonly has got a slightly different syntax for versions of Perl prior to 5.8, because it requires a reference as the first parameter)
  • fixed failing item validation unit-tests for Perl 5.6.2 by forcing an integer value into a SV returned from "size" method (file size in sectors) which is calculated using multiplication operation, because a scalar value of a double type (NV) is always loaded as the result of multiplication for versions of Perl prior to 5.8

Modules

Handling individual Commodore (D64/D71/D81) disk image directory items in pure Perl