Acme-CPANAuthors-MBTI
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/MBTI/INTP.pm view on Meta::CPAN
use 5.008; # utf8
use strict;
use warnings;
use utf8;
package Acme::CPANAuthors::MBTI::INTP;
# ABSTRACT: The TiNe CPAN Authors
our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
our $VERSION = '0.001002';
#<<<
# Code inserted by inc/expand_author_list#authors_to_code
# by Dist::Zilla::Plugin::MungeFile::WithDataSection 0.009
## no critic (ValuesAndExpressions::RestrictLongStrings)
my %authors = (
KENTNL => 'Kent Fredric',
);
my %avatar_urls = (
KENTNL => 'https://secure.gravatar.com/avatar/4b96677ae9ecbe76b8c33ead244f7407?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2F4b96677ae9ecbe76b8c33ead244f7407%3Fs%3D130%26d%3Didenticon',
);
## use critic
sub authors { return ( wantarray ? %authors : \%authors ) }
sub category { return 'MBTI::INTP' }
sub avatar_url {
my ( $id ) = @_;
return $avatar_urls{$id};
}
# end generated code
#>>>
1;
__END__
=pod
( run in 4.133 seconds using v1.01-cache-2.11-cpan-2aafcb1aa8b )