NAME
Reddit::Client::Comment
DESCRIPTION
Wraps a posted comment.
SUBROUTINES/METHODS
- replies()
-
Returns a list ref of replies underneath this comment.
- reply(...)
-
Syntactic sugar for
Reddit::Client::submit_comment()
.
INTERNAL ROUTINES
- set_replies
-
Wraps the list of children in Comment class instances and ensures that comments with no replies return an empty array for
replies
.
AUTHOR
Jeff Ober mailto:jeffober@gmail.com
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.