Skip Menu |

This queue is for tickets about the Crypt-CBC CPAN distribution.

Report information
The Basics
Id: 6446
Status: resolved
Priority: 0/
Queue: Crypt-CBC

People
Owner: Nobody in particular
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Wrong use of ==?
I have Crypt-CBC-2.09 with perl-5.8.4 on RedHat Linux 7.2, compiled with gcc-3.2.3, ithreads enabled (latest IDEA and Rijndael). Running the test gives this message: t/Rijndael_compat....Argument "ÞP|<§M-^W^]^?ÑM- ^R¾ÿ±_^E¼ÿì^QA5_ý^\.q^N£c/^Ý*=W<M-^QÜ]M-\n..." isn't numeric in numeric eq (==) at t/Rijndael_compat.t line 56. Argument "ÞP|<§M-^W^]^?ÑM-^R¾ÿ±_^E¼ÿì^QA5_ý^\.q^N£c/^Ý*=W<M-^QÜ]M- \n..." isn't numeric in numeric eq (==) at t/Rijndael_compat.t line 56. Seems to be because of a '==' on line 56, which probably should be a 'eq', however changing to 'eq' gives a failure. Maybe this is because of a trailing character or so - but I have no idea how to detect that, maybe you want to take a look at it. Cheers, Marek