Acme::CPANAuthors::ToBeLike - BeLike other CPAN Authors


Acme-CPANAuthors-ToBeLike documentation  | view source Contained in the Acme-CPANAuthors-ToBeLike distribution.

Index


NAME

Top

Acme::CPANAuthors::ToBeLike - BeLike other CPAN Authors

VERSION

Top

version 0.10

SYNOPSIS

Top

    use Acme::CPANAuthors;

    my $authors  = Acme::CPANAuthors->new('ToBeLike');

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

DESCRIPTION

Top

This class provides a hash of emulatable CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module.

It is currently statically generated information, I hope to make it dynamic in the future.

CONTAINED AUTHORS

Top

  AVAR => q[AEvar Arnfjord Bjarmason],
  BINGOS => q[Chris Williams],
  BLUEFEET => q[Aran Clary Deltac],
  BURAK => q[Burak Gursoy],
  CEBJYRE => q[Glenn Fowler],
  CSJEWELL => q[Curtis Jewell],
  DOY => q[Jesse Luehrs],
  FLORA => q[Florian Ragwitz],
  JJNAPIORK => q[John Napiorkowski],
  JONASBN => q[jonasbn],
  LESPEA => q[Adam Lesperance],
  MARCEL => q[Marcel Gruenauer],
  MELO => q[Pedro Melo],
  RJBS => q[Ricardo SIGNES],
  SHARYANTO => q[Steven Haryanto],
  YANICK => q[Yanick Champoux],

SEE ALSO

Top

Acme::CPANAuthors

Task

AUTHOR

Top

Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE

Top


Acme-CPANAuthors-ToBeLike documentation  | view source Contained in the Acme-CPANAuthors-ToBeLike distribution.