Skip Menu |

This queue is for tickets about the FTN-JAM CPAN distribution.

Report information
The Basics
Id: 66607
Status: resolved
Priority: 0/
Queue: FTN-JAM

People
Owner: jame [...] rocasa.us
Requestors: abolychev [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.03
  • 0.04
Fixed in: 0.05



Subject: Not a HASH reference at lib/FTN/JAM.pm line 634.
Date: Tue, 15 Mar 2011 01:52:19 +0300
To: bug-FTN-JAM [...] rt.cpan.org
From: A B <abolychev [...] gmail.com>
patch: --- lib/FTN/JAM.pm 2010-08-23 02:09:33.000000000 +0400 +++ lib/FTN/JAM.pm 2011-03-07 22:31:28.000000000 +0300 @@ -631,7 +632,7 @@ return; } - %$subfieldsref = (); + @$subfieldsref = (); while ($buf) { @data = unpack( "LL", $buf );
According to testing notes, the same kind of error was apparantly coming up in both the FTN::JAM & the Perl:JAM modules. Line numbers in the original Perl::JAM code isn't the same as what was reported because of the module changes that were made.
Issue resolved in FTN::JAM v0.05.