in reply to Re: WWW::Mechanize select() method fails
in thread [SOLVED] WWW::Mechanize select() method fails

The standard way of telling people about bugs would be the CPAN ticket tracker, but you can also email the report to RT, as detailed in the gasp documentation.

Of course, as always, a short test/program together with the input data and the expectations, preferably using Test::More greatly improves the chance of the bug getting fixed as soon as possible :-)

Update: As I look on CPAN, petdance has just released WWW::Mechanize 1.05_03, which seems to make the select method return a true value in all cases. If that fixes your bug I don't know, but you might want to test against the current developer release before submitting the bug.

  • Comment on Re^2: WWW::Mechanize select() method fails

Replies are listed 'Best First'.
Re^3: WWW::Mechanize select() method fails
by Cody Pendant (Prior) on Nov 01, 2004 at 23:12 UTC
    Thanks for that -- yet another question arising, how do I get CPAN to install that one, rather than what it thinks is the current "up to date" release?


    ($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
    =~y~b-v~a-z~s; print
      You don't. You have to manually download, build and install it yourself.

      xoxo,
      Andy