NAME
Acme::CPANAuthors::MetaSyntactic - MetaSyntactic CPAN authors
SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new("MetaSyntactic");
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions("BOOK");
my $url = $authors->avatar_url("BOOK");
my $kwalitee = $authors->kwalitee("BOOK");
my $name = $authors->name("BOOK");
See documentation for Acme::CPANAuthors for more details.
DESCRIPTION
This class provides a hash of CPAN authors' PAUSE ID and name to the Acme::CPANAuthors module. All the authors listed have published a distribution containing themes for Acme::MetaSyntactic.
AUTHOR
Philippe Bruhat (BooK), <book@cpan.org>.
COPYRIGHT
Copyright 2014-2016 Philippe Bruhat (BooK), All Rights Reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.