diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-08 04:22:28 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-08 04:22:28 +0800 |
commit | 723136887cb610cb7cdce9b78ba0bd47a2542d4e (patch) | |
tree | d8ffd98dd744c05cce0c74ed93ca8b1da85aa09c /www/p5-WWW-Automate/pkg-descr | |
parent | 5d2320f6d503026ec035903660fe9f01c6448549 (diff) | |
download | freebsd-ports-gnome-723136887cb610cb7cdce9b78ba0bd47a2542d4e.tar.gz freebsd-ports-gnome-723136887cb610cb7cdce9b78ba0bd47a2542d4e.tar.zst freebsd-ports-gnome-723136887cb610cb7cdce9b78ba0bd47a2542d4e.zip |
Add WWW::Automate, a perl5 module to automate interaction with websites.
Diffstat (limited to 'www/p5-WWW-Automate/pkg-descr')
-rw-r--r-- | www/p5-WWW-Automate/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/p5-WWW-Automate/pkg-descr b/www/p5-WWW-Automate/pkg-descr new file mode 100644 index 000000000000..4ae6e59e991c --- /dev/null +++ b/www/p5-WWW-Automate/pkg-descr @@ -0,0 +1,12 @@ +This module is intended to help you automate interaction with a website. +It bears a not-very-remarkable outwards resemblance to WWW::Chat, on +which it is based. The main difference between this module and +WWW::Chat is that WWW::Chat requires a pre-processing stage before you +can run your script, whereas WWW::Automate does not. + +WWW::Automate is a subclass of LWP::UserAgent, so anything you can do +with an LWP::UserAgent, you can also do with this. See LWP::UserAgent +for more information on the possibilities. + +Author: Kirrily 'Skud' Robert <skud@infotrope.net> +WWW: http://search.cpan.org/search?dist=WWW-Automate |