WWW::FMyLife::Vote - Represents an FMyLife.com vote


WWW-FMyLife documentation  | view source Contained in the WWW-FMyLife distribution.

Index


NAME

Top

WWW::FMyLife::Vote - Represents an FMyLife.com vote

VERSION

Top

Version 0.02

SYNOPSIS

Top

    my $fml = WWW::FMyLife::Vote->new( {
        id   => '999',
        text => 'Stuff',
    } );

    ...

EXPORT

Top

Nothing.

METHODS

Top

new

Create a new vote relating to a post or other comment.

AUTHORS

Top

Sawyer X (XSAWYERX), <xsawyerx at cpan.org> Tamir Lousky (TLOUSKY), <tlousky at cpan.org>

BUGS

Top

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

Top

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

http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-FMyLife

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/WWW-FMyLife

* CPAN Ratings

http://cpanratings.perl.org/d/WWW-FMyLife

* Search CPAN

http://search.cpan.org/dist/WWW-FMyLife/

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


WWW-FMyLife documentation  | view source Contained in the WWW-FMyLife distribution.