NAME
WWW::FreshMeat::API::Session - Session role for WWW::FreshMeat::API
VERSION
Version 0.01
SYNOPSIS
use Moose;
with 'WWW::FreshMeat::API::Session';
DESCRIPTION
This is a Moose role used by WWW::FreshMeat::API providing session attributes & methods.
EXPORT
None.
ATTRIBUTES
session
fatal
Not implemented yet.
METHODS
sid
lifetime
api
clear_session
AUTHOR
Barry Walsh, <draegtun at cpan.org>
BUGS
Please report any bugs or feature requests to bug-www-freshmeat-api at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-FreshMeat-API. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::FreshMeat::API::Session
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
SEE ALSO
Other WWW::FreshMeat::API modules
COPYRIGHT & LICENSE
Copyright 2009 Barry Walsh (Draegtun Systems Ltd), all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.