Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

petdance (2468)

petdance
  andy@petdance.com
http://www.perlbuzz.com/
AOL IM: petdance (Add Buddy, Send Message)
Yahoo! ID: petdance (Add User, Send Message)
Jabber: petdance@gmail.com

I'm Andy Lester, and I like to test stuff. I also write for the Perl Journal, and do tech edits on books. Sometimes I write code, too.

Journal of petdance (2468)

Saturday August 19, 2006
02:53 AM

New ack and WWW::Mechanize

[ #30694 ]
I've updated ack and WWW::Mechanize tonight. There are no more live tests in WWW::Mechanize. No more failing when Google rearranges its site.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • I had some tests for an internal module that relied upon example.com being resolvable to an IP Address. Sadly, they stopped working some time ago. I refactored them to use various subdomains at work instead, but it's not perfect.

    -Dom

  • I've been bitten by this too Lord knows how many times. Everything's actually *working* - it's just that the UI guys have decided "ooh, THIS would be PRETTIER" and boom goes WWW::Mech::Pluggable.

    Time to steal^Wemulate what you've done.