| WWW::Freshmeat::Project(3pm) | User Contributed Perl Documentation | WWW::Freshmeat::Project(3pm) |
WWW::Freshmeat::Project - retrieve project information
The "WWW::Freshmeat::Project" object provides some of the fields from the freshmeat.net entry through the following methods
Additionally, it provides the following "higher-level" methods:
"url_homepage" returns a freshmeat.net URL that redirects to the actual project's home page. This url() method tries to follow the redirection and returns the actual homepage URL if it can be found, or the URL to the freshmeat.net entry for the project.
List of branches for project. Returns hash in form of (branch id => branch name).
Freshmeat popularity data for project. Returns hash with keys record_hits, url_hits, subscribers
Returns name of author (not maintainer).
Returns date of latest release.
Returns list of names of maintainers.
1;
| 2015-05-16 | perl v5.20.2 |