Skip Menu |

This queue is for tickets about the Data-Table CPAN distribution.

Report information
The Basics
Id: 24126
Status: resolved
Priority: 0/
Queue: Data-Table

People
Owner: Nobody in particular
Requestors: ACDALTON [...] cpan.org
Cc:
AdminCc:

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



Subject: Make Test failures under FreeBSD 5.4-RELEASE and Perl 5.6.2
FreeBSD 5.4-RELEASE, Perl 5.6.2 The following line causes 'make test' to fail numerous times under Perl 5.6. open my $fh, "<", \$s or die "Cannot open in-memory file\n"; Since the module as a whole appears to function fine under Perl 5.6, it would be helpful if the test syntax could be slightly massaged to allow the tests to succeed. Cheers!