The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cpan-heavyweights - display top N releasers to CPAN, optionally for a specific year

SYNOPSIS

 cpan-heayweights [--year YYYY] [-top N] [--char =] [--width 40]

DESCRIPTION

cpan-heavyweights generates a text graph of the top releasers to CPAN of all time.

 % cpan-heavyweights

      RJBS (2667) ########################################
 SHARYANTO (2519) #####################################
    BINGOS (2314) ##################################
     ADAMK (2312) ##################################
 TOKUHIROM (1871) ############################
  MIYAGAWA (1668) #########################
   DROLSKY (1650) ########################
  DAGOLDEN (1358) ####################
   TOBYINK (1348) ####################
  MLEHMANN (1244) ##################

You can limit the graph to a particular year, and also specify how many people you want to see:

 % cpan-heavyweights --year 2003 -top 8

  AUTRIJUS (229) ########################################
   DROLSKY (174) ##############################
      GENE (148) #########################
   SOFTDIA (115) ####################
     TBONE (110) ###################
    RCLAMP (107) ##################
      KAKE (107) ##################
 ELIZABETH (105) ##################

SEE ALSO

CPAN::ReleaseHistory is used to get data for all CPAN releases.

REPOSITORY

https://github.com/neilbowers/CPAN-ReleaseHistory

AUTHOR

Neil Bowers <neilb@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Neil Bowers <neilb@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.