Acme::CPANAuthors::GeekHouse - We're CPAN Authors in The Geek House


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

Index


NAME

Top

Acme::CPANAuthors::GeekHouse - We're CPAN Authors in The Geek House

SYNOPSIS

Top

  use Acme::CPANAuthors;
  use Acme::CPANAuthors::GeekHouse;

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

  my $number   = $authors->count;
  my @ids      = $authors->id;
  my @distros  = $authors->distributions('KENTARO');
  my $url      = $authors->avatar_url('KENTARO');
  my $kwalitee = $authors->kwalitee('KENTARO');

DESCRIPTION

Top

This class provides a hash of Pause ID/name of CPAN authors who have visited The Geek Hose ever.

MAINTENANCE

Top

The source code of this module is freely shared using CodeRepos. Feel free to add your name into the code if you have visited The Geek House and let me know it.

SEE ALSO

Top

* The Geek House

http://ghp.g.hatena.ne.jp/

* Acme::CPANAuthors

AUTHOR

Top

Kentaro Kuribayashi <kentaro@cpan.org>

SEE ALSO

Top

COPYRIGHT AND LICENSE (The MIT License)

Top


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