On Thu Apr 26 15:57:15 2007, PETDANCE wrote:
Show quoted text> I'm going to assume this is fixed in 1.22.
Nope... here are the updated stats and failure:
Module: WWW::Mechanize 1.22
Perl: 5.8.5
OS: OpenBSD 3.6
t/local/back............ok 3/38# Started
http://localhost:44940/
t/local/back............NOK 28
# Failed test '404 check'
# in t/local/back.t at line 149.
# got: '500'
# expected: '404'
t/local/back............ok 38/38# Looks like you failed 1 test of 38.
t/local/back............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 28
Failed 1/38 tests, 97.37% okay (less 2 skipped tests: 35 okay, 92.11%)
The closest thing to that box that I could test with passes. Info on it follows:
Module: WWW::Mechanize 1.22
Perl: 5.8.6
OS: OpenBSD 3.8
t/local/back............ok 3/38# Started
http://localhost:3725/
t/local/back............ok
2/38 skipped: Test::Memory::Cycle not installed
Since things are so close between them I figured I should look into module dependancies to
see if I could come up with differences. All the LWP prereqs checked out, which is were I
started, but I did find the older box had new versions of a few of WWW::Mech's prereqs.
Differences follow:
36:/root# perl -MHTML::Parser -e 'print $HTML::Parser::VERSION, "\n"'
3.54
36:/root# perl -MHTML::TokeParser -e 'print $HTML::TokeParser::VERSION, "\n"'
2.37
36:/root# perl -MTest::More -e 'print $Test::More::VERSION, "\n"'
0.62
38# perl -MHTML::Parser -e 'print $HTML::Parser::VERSION, "\n"'
3.50
38# perl -MHTML::TokeParser -e 'print $HTML::TokeParser::VERSION, "\n"'
2.35
38# perl -MTest::More -e 'print $Test::More::VERSION, "\n"'
0.47
Which modules would you suggest might be more likely to be involved so I know were to start
and should I downgrade the old boxes modules or upgrade the new boxes modules?