Subject: | perl 5.8.0 and version 0.31 make test give warnings |
Hello,
I'm getting the following warnings when I run make test with perl 5.8.0
from ActiveState build 806
# tests with alpha-style objects with same subversion
# test implicit [in]equality
# forbidden operations
t/01base.........ok 23/150# Replacement UNIVERSAL::VERSION tests
Argument "0.480." isn't numeric in addition (+) at t/01base.t line 230.
.
.
# tests with alpha-style objects with same subversion
# test implicit [in]equality
t/01base.........ok 138/150# forbidden operations
# Replacement UNIVERSAL::VERSION tests
Argument "0.480." isn't numeric in addition (+) at t/01base.t line 230.
t/01base.........ok
t/02AlphaBeta....ok
These warnings didn't show up in 0.29. Are they expected? Maybe an
eval block should be put around them to quiet them, or turn off $^W.
Best,
Blair