Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joemcmahon/www-mechanize-plugin-snapshot
- Owner: joemcmahon
- Created: 2009-03-12T03:49:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-12T04:46:08.000Z (over 15 years ago)
- Last Synced: 2023-04-14T02:12:42.635Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/~mcmahon/App-SimpleScan-Plugin-Snapshot-1.03/
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
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.