Re: How do you learn of and keep informed about useful CPAN modules?
by keszler (Priest) on Nov 13, 2009 at 16:38 UTC
|
| [reply] |
|
| [reply] |
|
There isn't a magic answer, I'm sad to say.
Well, I'm not sure about the percent magic content, but the Pythoneers have the PyMOTW (Python module of the week). Though, that only seems to cover the Python standard library.
| [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by toolic (Bishop) on Nov 13, 2009 at 16:06 UTC
|
I have subscribed to some modules of interest at http://noticpan.org. This will automatically send me an email everytime a selected module has been updated.
| [reply] |
|
That site's not coming up for me.
However, found cpan-update on lists.perl.org.
Considering how active the CPAN is, might get a bit tiresome going through all those though.
| [reply] |
|
If you subscribe to the cpan-update daily digest, you get a single piece of mail every day that shows you a listing of recently updated modules. You won't have the time or energy to read through it carefully every day, but if you skim through it now and then, you'll see something that catches your attention. There's no guarantee of quality or popularity, but at least you know it's a module that's under active development.
If you haven't read it yet, you should look at The Perl Cookbook. It's Second edition is only a little dated
at this point, and it frequently recommends good and useful modules for particular tasks. Similarly Perl Best Practices has a lot of advice like that (though you should forget about Class::Std, and if someone tries to tell you about a great replacement for Getopt::Long, you should remind yourself that you have real work to do).
Also, these days, I tend to recommend perlsphere if you want to keep up with miscellanious developments in the perl world... it's a pretty comprehensive aggregator.
Update: corrected perlsphere URL.
| [reply] |
|
|
That site's not coming up for me.
I can not access NotiCPAN at the moment either. It seems like it is down for everyone.
Looking back at my emails, the last one I received was a little more than a month ago (Sep 30 2009). Furthermore, one of the modules I'm tracking was updated on CPAN Oct 28 2009, but I have no record of an email for that update. Perhaps it has been down for several weeks now. Since I can not access the website, I can not report a probelm to the website :) I'll try to reply to the email in an attempt to report a problem.
| [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by youwin (Beadle) on Nov 13, 2009 at 21:00 UTC
|
You may appreciate this site which writes about a few modules each year: perladvent.org | [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by Khen1950fx (Canon) on Nov 13, 2009 at 23:30 UTC
|
An easy way to keep track of a module that you follow is to use cpanf. For example, if I'm following Module::Build, then I could just do: cpanf -l Module::Build
It'll come back with the recent Module::Build on the recent list. And if you want to see all the latest releases, then; cpanf -l
| [reply] [d/l] [select] |
Re: How do you learn of and keep informed about useful CPAN modules?
by Bloodnok (Vicar) on Nov 13, 2009 at 22:28 UTC
|
| [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by trwww (Priest) on Nov 13, 2009 at 23:27 UTC
|
| [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by zentara (Cardinal) on Nov 14, 2009 at 15:15 UTC
|
...you could also google for "best perl modules"...which is a question that has been asked many times before.... search groups.google.com too.... you will get your answers ...the problem with classifying modules as useful is that until they are widely tested by everyone, you don't know if a module is buggy or not, and you rely solely on the glorious self-accolades of the module authors :-)
...so you really want to find the best-written, and best-working modules....which you can only get by polling existing users....that is why perlmonks is so useful..... you quickly get the feel for the quality of various modules, by the chatter you see about them here
| [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by Anonymous Monk on Nov 14, 2009 at 19:19 UTC
|
I read comp.lang.perl.announce, where Randal has some script which daily lists the updates on CPAN. | [reply] |
Re: How do you learn of and keep informed about useful CPAN modules?
by metaperl (Curate) on Nov 16, 2009 at 18:52 UTC
|
I praise to the high heavens Randy Kobes'
CPAN update mailing lists!
Mailing lists for a summary of daily and weekly updates to CPAN are available. | [reply] |