Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemcmahon/www-mechanize-plugin-cache
Request cache plugin for WWW::Mechanize::Pluggable
https://github.com/joemcmahon/www-mechanize-plugin-cache
Last synced: 11 days ago
JSON representation
Request cache plugin for WWW::Mechanize::Pluggable
- Host: GitHub
- URL: https://github.com/joemcmahon/www-mechanize-plugin-cache
- Owner: joemcmahon
- Created: 2009-03-13T04:14:48.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-08T18:12:07.000Z (over 14 years ago)
- Last Synced: 2024-10-28T15:48:11.456Z (about 2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~mcmahon/WWW-Mechanize-Plugin-Cache-0.05/
- Size: 113 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-Mechanize-Plugin-Cache version 0.0.1
This plugin reimplements the WWW::Mechanize::Cached functionality
via a plugin.HTTP requests will be cached automatically, so repeated requests
to the same URL will only access the page once, with subsequent
requests getting the cached copy directly.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
WWW::Mechanize::Pluggable, Cache::FileCache.
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.