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

NAME

Acme::CPANAuthors::InMemoriam - Remembering our fallen heroes

SYNOPSIS

   use Acme::CPANAuthors;

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

   my $number   = $authors->count;
   my @ids      = $authors->id;
   my @distros  = $authors->distributions("IVORW");
   my $url      = $authors->avatar_url("IVORW");
   my $kwalitee = $authors->kwalitee("IVORW");
   my $name     = $authors->name("IVORW");

DESCRIPTION

This class provides a hash of CPAN authors' PAUSE ID and name to be used with the Acme::CPANAuthors module.

This module was created to remember those CPAN Authors who are no longer with us, who have given us their inspiration in the form of code, to continue and celebrate their time with us.

MAINTENANCE

If you are aware of any CPAN author that has sadly left us, and who is not listed here, please send me their ID/name via email or RT, and I will update the module. If there are any mistakes, please contact me as soon as possible, and I'll amend the entry right away.

SEE ALSO

Acme::CPANAuthors - Main class to manipulate this one

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Acme::CPANAuthors::InMemoriam

You can also look for information at:

Bugs, patches and feature requests can be reported at:

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties that are not explained within the POD documentation, please send an email to barbie@cpan.org or submit a bug to the RT queue. However, it would help greatly if you are able to pinpoint problems or even supply a patch.

Fixes are dependent upon their severity and my availability. Should a fix not be forthcoming, please feel free to (politely) remind me.

ACKNOWLEDGEMENTS

Thanks to Kenichi Ishigaki for writing Acme::CPANAuthors.

AUTHOR

  Barbie, <barbie@cpan.org>
  for Miss Barbell Productions <http://www.missbarbell.co.uk>.

COPYRIGHT & LICENSE

  Copyright 2013 Barbie for Miss Barbell Productions.

  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic License 2.0.