Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > a74f3b5a390c40144db6d4349923952b > files > 4

perl-WWW-Mechanize-Shell-0.46-2mdv2008.1.noarch.rpm

WWW/Mechanize/Shell
================================

This is a small shell around WWW::Mechanize
that allows interactive exploration of a web page. After
you've found your way around the website, you can dump the
session as Perl code to replay the session without
the shell.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  WWW::Mechanize

  WWW::Mechanize::FormFiller

  Term::Shell
  
  Hook::LexWrap

Nice to have are :

  Win32::OLE - for automating IE

  Pod::Constants - for the online help

  HTML::TableExtract - for extracting stuff out of tables

  Test::Inline - for the tests

COPYRIGHT AND LICENCE

You can use this shell under the same terms as Perl itself

Copyright (C) 2002,2003 Max Maischein (corion@cpan.org)