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