Module::CPANTS

acme on 2003-07-07T15:09:08

Last week I managed to release a new version of Module::CPANTS, which was dedicated to Jos and Elaine. There are two new metrics in this release: the packed and unpacked distribution size and the total number of releases for that distribution. The latter involves rsyncing BACKPAN which is amusing in its own right. Here is all the data Module::CPANTS now gives you for Acme::Colour:

  'Acme-Colour-0.20.tar.gz' => {
    'author' => 'LBROCARD',
    'description' => 'additive and subtractive human-readable colours',
    'files' => [
      'Makefile.PL',
      'README',
      'MANIFEST'
    ],
    'lines' => {
      'nonpod' => 170,
      'pod' => 95,
      'total' => 265,
      'with_comments' => 8
    },
    'releases' => 5,
    'requires' => [
      'Graphics-ColorNames-0.32.tar.gz',
      'Scalar-List-Utils-1.11.tar.gz',
      'Test-Simple-0.47.tar.gz'
    ],
    'requires_module' => {
      'Graphics::ColorNames' => 0,
      'List::Util' => 0,
      'Test::Simple' => 0
    },
    'requires_recursive' => [
      'File-Spec-0.82.tar.gz',
      'Graphics-ColorNames-0.32.tar.gz',
      'Scalar-List-Utils-1.11.tar.gz',
      'Test-Harness-2.28.tar.gz',
      'Test-Simple-0.47.tar.gz'
    ],
    'size' => {
      'packed' => 3883,
      'unpacked' => 13078
    },
    'testers' => {
      'fail' => 1,
      'pass' => 5
    }
  }

Thanks to my new owners for letting me work on this...


there is also

hfb on 2003-07-08T17:37:51

backpan at cpan since it's probably easier to remember :)

Re:there is also

acme on 2003-07-08T20:48:32

Oh, I forgot about that. It's not one of the top Google hits for "backpan" ;-)