Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemcmahon/app-simplescan-plugin-snapshot
snapshottng control for simple_scan
https://github.com/joemcmahon/app-simplescan-plugin-snapshot
Last synced: 11 days ago
JSON representation
snapshottng control for simple_scan
- Host: GitHub
- URL: https://github.com/joemcmahon/app-simplescan-plugin-snapshot
- Owner: joemcmahon
- Created: 2009-03-12T06:42:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-12T15:36:22.000Z (over 15 years ago)
- Last Synced: 2023-04-14T02:12:39.017Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/~mcmahon/App-SimpleScan-Plugin-Snapshot-1.03/
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
App-SimpleScan-Plugin-Snapshot version 0.02
Provides a snapshot feature for simple_scan.
Snapshots are HTML framesets containing readable
debugging information from the WWW::Mechanize object:
- the request
- the response
- the cookie jar
- the actual page contentINSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
App::SimpleScan, WWW::Mechanize::Pluggable, WWW::Mechanize::Plugin::Snapshot.
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.