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!