Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joemcmahon/www-mechanize-plugin-snapshot

Allow SimpleScan tests to snapshot pages
https://github.com/joemcmahon/www-mechanize-plugin-snapshot

Last synced: 11 days ago
JSON representation

Allow SimpleScan tests to snapshot pages

Awesome Lists containing this project

README

        

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.