NAME
WWW::FMyLife::Comment - Represents an FMyLife.com comment
VERSION
Version 0.02
SYNOPSIS
my $fml = WWW::FMyLife::Comment->new( {
id => '999',
text => 'Stuff',
} );
...
EXPORT
Nothing.
METHODS
new
Create a new comment relating to a post or other comment.
AUTHORS
Sawyer X (XSAWYERX), <xsawyerx at cpan.org>
Tamir Lousky (TLOUSKY), <tlousky at cpan.org>
BUGS
Please report any bugs or feature requests to bug-www-fmylife at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-FMyLife.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::FMyLife
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2010 Sawyer X, Tamir Lousky.
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.