NAME

Acme::CPANAuthors::MBTI::INTP - The TiNe CPAN Authors

VERSION

version 0.001002

SYNOPSIS

use Acme::CPANAuthors;
use Acme::CPANAuthors::MBTI::INTP;
# Or just use Acme::CPANAuthors::MBTI

my $authors  = Acme::CPANAuthors->new('MBTI::INTP');
my $number   = $authors->count;
my @ids      = $authors->id;
my @distros  = $authors->distributions('KENTNL');
my $url      = $authors->avatar_url('KENTNL');
my $kwalitee = $authors->kwalitee('KENTNL');

my %authorshash    = Acme::CPANAuthors::MBTI::INTP->authors;
my $authorshashref = Acme::CPANAuthors::MBTI::INTP->authors;
my $category       = Acme::CPANAuthors::MBTI::INTP->category;

DESCRIPTION

This class provides a hash of PAUSE ID's and names of authors who have identified themselves as INTP

METHODS

authors

my $scalar_ref = Acme::CPANAuthors::MBTI::INTP->authors;
my %hash       = Acme::CPANAuthors::MBTI::INTP->authors;

category

my $scalar = Acme::CPANAuthors::MBTI::INTP->category;

avatar_url

my $url = Acme::CPANAuthors::MBTI::INTP->avatar_url('KENTNL');
KENTNL

For more details see Acme::CPANAuthors::MBTI.

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.