Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/perl-www-robotrules-cache
https://github.com/ngerakines/perl-www-robotrules-cache
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/perl-www-robotrules-cache
- Owner: ngerakines
- Created: 2008-12-24T03:19:46.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-24T03:20:06.000Z (about 16 years ago)
- Last Synced: 2024-11-09T09:44:24.989Z (2 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-RobotRules-Memcache
This is a subclass of WWW::RobotRules that uses Cache::Memcache to implement
persistent caching of robots.txt and host visit information.INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc WWW::RobotRules::Memcache
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/WWW-RobotRules-MemcacheCPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-RobotRules-MemcacheAnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/WWW-RobotRules-MemcacheCPAN Ratings:
http://cpanratings.perl.org/d/WWW-RobotRules-MemcacheCOPYRIGHT AND LICENCE
Copyright (C) 2006 Nick Gerakines
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.