
WWW::FreshMeat::API::Pub - FreshMeats published / public (take your pick!) API methods

Version 0.01

use Moose;
with 'WWW::FreshMeat::API::Pub';

This is a Moose role which builds the public/published FreshMeat API from WWW::FreshMeat::API::Pub::V1_03 metadata.

None.

See FreshMeat API docs. Methods use same names. Where docs say returns "Array" then a ArrayRef is return. Where docs says returns "Struct" then HashRef is returned. So if docs say "Array of structs" then ArrayRef of HashRefs is returned by said method.
To satisfy pod-coverage!

Barry Walsh, <draegtun at cpan.org>

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.

You can find documentation for this module with the perldoc command.
perldoc WWW::FreshMeat::API::Pub
You can also look for information at:


http://freshmeat.net/faq/view/49/
http://freshmeat.net/articles/view/1048/

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.