Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDL CPAN distribution.

Report information
The Basics
Id: 9517
Status: resolved
Priority: 0/
Queue: PDL

People
Owner: Nobody in particular
Requestors: andras [...] ob.sr.unh.edu
Cc: chm [...] cpan.org
AdminCc:

Bug Information
Severity: Important
Broken in: 2.4.1
Fixed in: 2.4.3



Subject: PDL/IO/Misc.pm
Using perl v5.8.4 built for i386-linux-thread-multi On a Linux 2.6.8-1-686-smp #1 SMP i686 GNU/Linux Upon issuing the command: $ perl -W -e 'use PDL;' the following is output: Possible precedence problem on bitwise & operator at /usr/lib/perl5/PDL/IO/Misc.pm line 518. Possible precedence problem on bitwise & operator at /usr/lib/perl5/PDL/IO/Misc.pm line 520. I think an '&' is missing.
This was not a bug. The code explicitly turns of the precedence warnings for the indicated lines which was over-ridden by your use of the -W flag. Perl gives this warning which is not appropriate for pdl objects.
This was not a bug. Since PDL-2.4.3 the code has been reworked to reduce inappropriate -W warnings.