NAME

WWW::Reddit - Perl extension for http://www.reddit.com, this module has been obsoleted and replaced by the Reddit module

SYNOPSIS

use Reddit;

# $username, $password, [$subreddit]
$r = Reddit->new('Foo', 'Bar', 'Perl');

# optionally, you may specify $username, $passwd and $subreddit here
$r->login;

# $title, $url, [$subreddit]
# This overrides a subreddit set previously
$r->submit_link( 'Test', 'http://example.com', 'NotPerl');

DESCRIPTION

Perl module for interacting with Reddit.

This module is still largely inprogress.

Requires

common::sense
LWP::Simple
LWP::UserAgent
JSON
HTTP::Cookies

For Testing:
Data::Dumper

EXPORT

None.

SEE ALSO

https://github.com/reddit/reddit/wiki

AUTHOR

Jon A, <info[replacewithat]cyberspacelogistics[replacewithdot]com>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by jon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.