NAME

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

SYNOPSIS

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

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) ##################

You can use the --distprefix (or -d) option to restrict the chart to releases where the distributions name matches the given prefix. For example, to see who's done the most Dancer-related releases:

% cpan-heavyweights -d Dancer
  BIGPRESH (124) ########################################
    SUKRIA ( 88) ############################
    YANICK ( 80) #########################
  XSAWYERX ( 79) #########################
   AWNCORP ( 60) ###################
  HORNBURG ( 54) #################
  DAGOLDEN ( 44) ##############
 IRONCAMEL ( 39) ############
 HOBBESTIG ( 37) ###########
     MICVU ( 36) ###########

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>

With contributions from Kent Fredric

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.