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.
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, write a program that iterates through them with cpan.pm and does what you want it to.
Laziness is never a virtue, it's just a convenient side-effect of a bit of good old fashioned hard work somewhere along the line.
Reply to This
Parent