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


WWW-RobotRules-DBIC documentation  | view source Contained in the WWW-RobotRules-DBIC distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

    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

Top

Tomohiro IKEBE, <ikebe@shebang.jp>

SEE ALSO

Top

WWW::RobotRules DBIx::Class

COPYRIGHT & LICENSE

Top


WWW-RobotRules-DBIC documentation  | view source Contained in the WWW-RobotRules-DBIC distribution.