NAME

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

DESCRIPTION

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

SYNOPSIS

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,
);

AUTHOR

Tomohiro IKEBE, <ikebe@shebang.jp>

SEE ALSO

WWW::RobotRules DBIx::Class

COPYRIGHT & LICENSE

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.