WWW::Scripter, version 0.025 (alpha) For scripting web sites that have scripts This is a subclass of WWW::Mechanize that uses the W3C DOM and pro- vides scripting support. RECENT CHANGES See the Changes file for the long version. 0.025 ----- • The get, head, post, put and request methods now localise *_ to pro- tect a tied $_ from modification by other modules WWW::Scripter depends on. • The status and defaultStatus methods have been removed due to a con- flict with a WWW::Mechanize method. • A memory leak in the ->frames method has been fixed. 0.024 ----- Link-fetching methods, like find_all_links, no longer die if there is no document, which happens after browsing to an unparsable or unretrievable URL. Thanks to Kengo Tsukamoto for reporting this [rt.cpan.org #72481]. 0.023 ----- • WWW::Mechanize::Link objects returned by WWW::Scripter can now be dumped via Data::Dumper, instead of producing a ‘Can't locate object method FETCHSIZE’ error. • /../ at the beginning of a URL path is now stripped out. • The warning displayed when a script cannot be loaded now uses the URL and line number of the page containing the