The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

ACKNOWLEDGEMENTS

SEE ALSO

Other WWW::FreshMeat::API modules

WWW::FreshMeat::API

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.