Revision history for Perl extension WWW::Mechanize::Shell. Todo: + Think about HTML::FillInForm for displaying changed form values interactively + Check how the new WWW::Mechanize JavaScript handling interacts with the shells own JS blocking (badly, I guess) + Use Scalar::Util::weaken if available + Think how to add other (Xpath) extractions to conveniently display stuff via CSS selectors or XPath selectors. Steal from Web::Scraper. + There is a memory leak between ::FormFiller and ::Shell + Ditch Hook::LexWrap now that LWP::UserAgent has progress callbacks + Add set-cookie and delete-cookie commands + Add (optional) HTTP::Cookies::Find support 0.51 20110105 . Make a test more robust against 5.14 . Streamlined Exporter.pm usage . Rely on parent.pm instead of base.pm . No need to upgrade 0.50 20100821 . Remove test file that was just testing LWP functionality and that failed for some weird setups where nonexistent hosts still result in a successful HTTP request. . Added links to repositories 0.49 20100817 + Apply [rt.cpan.org #59246] , thanks to Ansgar Burchardt This fixes another case where API changes in LWP weren't mirrored by this module. + Fix t/14-command-identity.t to not make an external request anymore Addresses [rt.cpan.org #59883] 0.48 20081109 + More test fixes for incompatibilities between LWP and Mechanize 1.34+ + Removed way to set up authentication for more than one site . WWW::Mechanize monkeypatches LWP::UserAgent and thus you can only ever have one set of user/password in your script. 0.47 20081102 + Fix tests to work with libwww 5.815+ which automatically retries with empty user/password + WWW::Mechanize 1.34+ breaks Basic authentication with LWP 5.815+ so all auth tests are skipped until Andy Lester and Gisle Aas work out who has to fix their stuff. . Hook::LexWrap is subject to bug [perl #46217], this might cause problems if you're running Perl 5.10.0. All tests pass. 0.46 20071003 + Bump version because of borked CPAN upload, retrying * No need to upgrade 0.45 20071003 * No library code changes, no need to upgrade - Removed HTML::Display from the distribution as that now lives its own life on CPAN - Fix failing tests if HTTP_PROXY was set. This fixes Debian bug #444634, http://bugs.debian.org/444634 and CPAN RT #29455, thanks to Niko Tyni 0.44 20070707 + Added C