joemcmahon/www-mechanize-plugin-snapshot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
WWW-Mechanize-Plugin-Snapshot version 0.01
Provides a method to allow Mech to "snapshot" an
HTML page as a frame containing the URL, the current
contents of the cookie jar, the current contents of
the page, and any comment material that the caller
desires.
This is a preliminary version. We're simply using
Data::Dumper to dump the interesting objects at this
point; custom formatting would be a nice thing to do.
(Patches welcome.)
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
Class::Accessor::Fast, Data::Dumper, Text::Template,
Inline::Files, File::Spec, File::Path.
COPYRIGHT AND LICENCE
Copyright (C) 2005, Joe McMahon and Yahoo!
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.