Acme-CPANAuthors-InMemoriam

 view release on metacpan or  search on metacpan

examples/count  view on Meta::CPAN

#!/usr/bin/perl
use warnings;
use strict;
use Acme::CPANAuthors;

my $authors  = Acme::CPANAuthors->new("InMemoriam");
my $number   = $authors->count;

print "$number CPAN authors are known to have left us\n";



( run in 1.869 second using v1.01-cache-2.11-cpan-d8267643d1d )