The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CHI::Driver::Reddit - use Reddit as a cache!

SYNOPSIS

    use CHI;
    my $cache = CHI->new(
      subreddit => 'somesubreddit', # the subreddit to post to
      username  => 'foo',           # reddit username
      password  => 'barbarbar',     # reddit password
      driver    => 'Reddit',
    );
    ...

DESCRIPTION

See Cache::Reddit and CHI for details.

AUTHOR

David Farrell

LICENSE

Two Clause FreeBSD, see LICENSE

© 2017, David Farrell