Subject: | Test fails with perl 5.12.0 |
The array test fails with:
/usr/perl-5.12.0-RC0/bin/perl -Mblib t/02_Array.t
1..1
UNIVERSAL->import is deprecated and will be removed in a future perl at
/var/tmp/CPAN-build/POE-Component-Tie-0.01-KuMF5A/blib/lib/POE/Component/Tie.pm
line 7
not ok 1
# Failed test at t/02_Array.t line 36.
# Structures begin differing at:
# $got->[12] = 'FETCHSIZE: 9'
# $expected->[12] = 'FETCHSIZE: 5'
# Looks like you failed 1 test of 1.
The "UNIVERSAL->import" warning can be neglected for now. My uneducated
guess is that perl 5.12.0 now does a FETCHSIZE call less in some of the
tie operations (unshift?).
Regards,
Slaven