Andy Armstrong wrote:
5.11.0 512 [ -f Makefile ] && make distclean > /dev/null 2>&1; perl Makefile.PL && make testThat's a fail on 5.11, which is:
That's completely expected; I only set the tests to skip on
$] == 5.010_00
when I should probably have put
$] >= 5.010_00
though to be honest, I didn't expect anyone to test with an unreleased
Perl... ;-)
John
