Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 3764
Status: resolved
Worked: 35 min
Priority: 0/
Queue: version

People
Owner: Nobody in particular
Requestors: blair [...] orcaware.com
Cc:
AdminCc:

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



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
[BZAJAC - Wed Sep 10 13:04:17 2003]: Show quoted text
> Hello, > > I'm getting the following warnings when I run make test with perl 5.8.0 > from ActiveState build 806 >
Bother, I didn't check with warnings turned on (bad programmer!). I'll fix that and release another version RSN. I have some other enhancements I want to get in before I merge the changes into bleadperl anyway... Thanks John
I've uploaded a new release of version to CPAN. I would appreciate it if you could check to see that I fixed the problem you reported. Thanks John
[JPEACOCK - Wed Sep 10 15:08:13 2003]: Show quoted text
> I've uploaded a new release of version to CPAN. I would appreciate
it Show quoted text
> if you could check to see that I fixed the problem you reported. > > Thanks > > John
John, Thanks for the quick response. The warnings have gone away. Best, Blair