NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
WWW::Mechanize - no problems with PPM (Score:1)
I've never had a problem using a PPM version of WWW::Mechanize on ActivePerl, so I think it's a bit misleading to say that Windows users haven't been able to use a web scraping framework. I've been using WWW::Mechanize on ActivePerl for years.
ActivePerl is far from perfect, but in some cases, I find PPM actually works better than installing directly off CPAN.
Re:WWW::Mechanize - no problems with PPM (Score:1)
The reason that PPM is able to deal with situations like this is that (so far as I can tell anyway, I could be wrong) for certain strategically important modules, they simply ignore failing tests and package the module anyway.
So yes, it works, if you work around the problem by using a third-party vendor who has packaged the module ignoring the failing tests.
These types of things are fine as temporary workarounds, but that doesn't mean that mechanize itself inherently "works".
Reply to This
Parent