
WWW::RobotRules::DBIC - Persistent RobotRules which use DBIC.

WWW::RobotRules::DBIC is a subclass of WWW::RobotRules, which use DBIx::Class to store robots.txt info to any RDBMS.

use WWW::RobotRules::DBIC;
use LWP::RobotUA;
my $rules = WWW::RobotRules::DBIC->new('dbi:mysql:robot_rules', 'root', '', \%options);
my $ua = LWP::RobotUA->new(
agent => 'YourRobot/1.0',
from => 'you@example.com',
rules => $rules,
);

Tomohiro IKEBE, <ikebe@shebang.jp>


Copyright 2006 Tomohiro IKEBE, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.