chorny / WWW-Freshmeat
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
Alexandr Ciornii (author)
Tue Dec 29 11:47:01 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Sep 20 15:04:09 -0700 2009 | |
| |
Build.PL | Tue Sep 22 08:26:23 -0700 2009 | |
| |
Changes | Mon Nov 09 02:23:46 -0800 2009 | |
| |
MANIFEST | Sun Nov 08 12:22:51 -0800 2009 | |
| |
META.yml | ||
| |
Makefile.PL | Tue Sep 22 08:28:00 -0700 2009 | |
| |
README | Sat Sep 26 12:02:34 -0700 2009 | |
| |
examples/ | Sun Nov 08 12:22:51 -0800 2009 | |
| |
lib/ | ||
| |
t/ | Sun Nov 08 12:22:51 -0800 2009 | |
| |
xt/ | Wed Sep 16 17:45:09 -0700 2009 |
README
WWW-Freshmeat
This modules aims at automating searches for Free Software project entries in
the Freshmeat.net directory. It is currently in very alpha stage, with very
limited functionality (retrieving data for a project you already know of).
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc WWW::Freshmeat
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/WWW-Freshmeat
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Freshmeat
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/WWW-Freshmeat
CPAN Ratings:
http://cpanratings.perl.org/d/WWW-Freshmeat
COPYRIGHT AND LICENCE
Copyright 2006 Cedric Bouvier (version 0.01).
Copyright (C) 2009 Alexandr Ciornii.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

