The WWW::Freshmeat::Project object provides some of the fields from the freshmeat.net entry through the following methods
URL of project page on Freshmeat
deprecated
Removed.
Additionally, it provides the following "higher-level" methods:
Return either projectname_full (respectively desc_full) or projectname_short (respectively desc_short) if the former is empty.
Returns the version of the latest release.
Removed.
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.
Removed.
List of branches for project. Returns hash in form of (branch id => branch name).
Removed.
Freshmeat popularity data for project. Returns hash with keys record_hits, url_hits, subscribers
Removed.
Returns list of URLs for project. Each URL is a WWW::Freshmeat::Project::URL object.
Removed.
Returns name of author (not maintainer).
Removed.
Returns date of latest release.
Removed.
Returns list of names of maintainers.
1;