100 most popular Perl libraries
In the world of Perl programming language there is a great thing called CPAN.
CPAN — is a storage for Perl libraries. Everybody can write Perl library,
upload it to CPAN and then others would be able to take that library and
to use it in their project.
There are several different web interfaces. All of them are working with
the same CPAN storage, but shows its data in a bit different way.
I prefer to use https://metacpan.org.
On Metacpan it is possible to vote for the libraries. If you click
on the ++ symbol on the library page the system will understand that
you have voted for this library (liked it):
There is no library ratings on Metacpan itself, but it has API that can
be used to create top libraries by the number of likes.
I've written a simple script,
that shows top 100 Perl libraries with the maximum number of likes.
It is funny, but the Perl language is on the second place. And the
most popular Perl library is web framework Mojolicious.
All good Perl programmers must known about popular libraries. It is not
obligatory to know them in all the details (this is hardly possible),
but it is worth knowing what is it for and when it should be used.
So, this is the list generated at 2017-05-28 (the number after the dash is the
likes count):
- Mojolicious — 332
- perl — 287
- Moose — 257
- DBIx-Class — 242
- Moo — 215
- App-cpanminus — 214
- DBI — 200
- Plack — 191
- DateTime — 163
- Dist-Zilla — 151
- App-perlbrew — 142
- Dancer — 139
- Test-Simple — 138
- Try-Tiny — 137
- Devel-NYTProf — 135
- Catalyst-Runtime — 129
- libwww-perl — 126
- Scalar-List-Utils — 122
- Path-Tiny — 113
- AnyEvent — 113
- Data-Printer — 107
- Template-Toolkit — 103
- ack — 99
- List-MoreUtils — 97
- Type-Tiny — 87
- Perl-Tidy — 86
- JSON-XS — 86
- Starman — 85
- Dancer2 — 82
- HTTP-Tiny — 81
- Devel-Cover — 79
- URI — 78
- Getopt-Long — 78
- Perl-Critic — 77
- Path-Class — 75
- MongoDB — 74
- Data-Dumper — 74
- Capture-Tiny — 74
- JSON — 72
- XML-LibXML — 70
- WWW-Mechanize — 69
- Task-Kensho — 69
- Carton — 69
- Text-CSV_XS — 64
- DBD-SQLite — 64
- local-lib — 62
- Time-Moment — 58
- SQL-Abstract — 54
- Log-Log4perl — 52
- Parallel-ForkManager — 51
- MCE — 50
- Text-Xslate — 48
- IO-All — 48
- PathTools — 47
- Imager — 47
- File-Slurp — 47
- autodie — 45
- Reply — 44
- Ubic — 43
- HTTP-Message — 43
- DBD-Pg — 43
- YAML — 42
- Rex — 41
- Pinto — 40
- Text-CSV — 38
- Devel-REPL — 36
- Carp — 36
- XML-Twig — 35
- Time-HiRes — 35
- Minion — 35
- File-Temp — 35
- Devel-hdb — 34
- Test-Harness — 33
- Mouse — 31
- Catalyst-Manual — 31
- Term-ANSIColor — 30
- PPI — 30
- Moops — 30
- Coro — 30
- Role-Tiny — 28
- PSGI — 28
- Log-Any — 28
- Daemon-Control — 28
- DBIx-Class-Schema-Loader — 28
- CHI — 28
- Regexp-Common — 27
- IO — 27
- Test-Fatal — 26
- Test-Deep — 26
- Redis — 26
- Mojo-Pg — 25
- DBD-mysql — 25
- Marpa-R2 — 24
- Regexp-Debugger — 23
- Mango — 23
- DBIx-Class-Helpers — 23
- POE — 21
- Time-Piece — 20
- Sereal — 20
- Furl — 20
Ivan Bessarabov
ivan@bessarabov.ru
28 may 2017