NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
use look (Score:2)
Use the CPAN.pm API to 'look' at the distributions you ask it to.
e.g.: CPAN::Distribution::look()
CPAN::Distribution::readme()
etc...
Read the manpage for more details
look etc (Score:1)
cpan> r critical
or
cpan> r all
I guess the author would have to classify each new release. At least this would enable me to issue "idiot instructions" of the 'go here, type this' variety.
(
Re:look etc (Score:2)
You are probably looking for the CPAN::Psychic plug-in that I hear Schwern is working on....
In all seriousness though, there is only so much one can do programmatically. And at least the CPAN.pm 'look' function downloads it for you and drops you into a shell so you can evaluate the module before deciding whether or not you want to install it.
Also, you can create your own bundle, see the CPAN FAQ [cpan.org] that noone ever seems to read, for instructions on how to make a 'critical' and/or an 'all' bundle. Then, wri