5

One of the problems of using CPAN is that "there's more than one module to do it". I often wonder what everyone else is using.

Is there any information on the relative popularity of CPAN modules anywhere?

  • 1
    I'm thinking probably no, at least not via CPAN; from the horse's mouth: http://www.cpan.org/misc/cpan-faq.html#Plans_for_statistics – Carl Mar 08 '11 at 01:25

6 Answers6

10

Recommended CPAN Modules

Update: Here are other discussions on the topic from PerlMonks:

Social CPAN : Finding the best and most popular modules

cpan module; download count

How to pick a CPAN module

toolic
  • 57,801
  • 17
  • 75
  • 117
  • 2
    http://search.cpan.org/~apeiron/Task-Kensho-0.28/lib/Task/Kensho.pm is a good recommended list, if you want to go that way, with some sound policy/philosophy behind it. – Penfold Mar 08 '11 at 15:52
3

When it works, CPANTS has a feature that counts the number of times a module on CPAN is used by other modules on CPAN.

socket puppet
  • 3,191
  • 20
  • 16
2

If you are interested in download counts, some numbers are available on PPM Index - look for popular modules. Data are a bit skewed, since it is Windows only, but you can get an idea.

bvr
  • 9,687
  • 22
  • 28
1

MetaCPAN has a favorite database for CPAN distributions.

The list of the most popular CPAN modules according to this database can be seen here: https://metacpan.org/favorite/leaderboard

Slaven Rezic
  • 4,571
  • 14
  • 12
1

Task::Kensho is usually where I start. Its an actively maintained list of recommended modules and its on a monthly release schedule. The group of people maintaining it seem fairly organized and are very active in the community so I think it is a pretty accurate reflection of whats currently considered "good" in the Perl community.

Obviously it doesn't cover every possible topic and the whole thing is at least somewhat subjective, but I still think its useful.

Eric Johnson
  • 17,502
  • 10
  • 52
  • 59
0

I use to perform google site search on the stackoverflow several times : site:http://stackoverflow.com perl <> ... quick browse of the first 10 results gives me an idea on whether or not the module would be worth enough to try ...

Yordan Georgiev
  • 5,114
  • 1
  • 56
  • 53