NAME
Acme::CPANAuthors::Slovak - We are Slovak CPAN authors.
SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('Slovak');
my $url = $authors->avatar_url('PALI');
my $number = $authors->count;
my @distors = $authors->distributions('JKUTEJ');
my @ids = $authors->id;
my $kwalitee = $authors->kwalitee('BARNEY');
my $name = $authors->name('PALI');
DESCRIPTION
See documentation for Acme::CPANAuthors for more details.
EXAMPLE1
use strict;
use warnings;
use Acme::CPANAuthors;
# Create object.
my $authors = Acme::CPANAuthors->new('Slovak');
# Get number of Slovak CPAN authors.
my $count = $authors->count;
# Print out.
print "Count of Slovak CPAN authors: $count\n";
# Output:
# Count of Slovak CPAN authors: 6
EXAMPLE2
use strict;
use warnings;
use Acme::CPANAuthors;
use Data::Printer;
# Create object.
my $authors = Acme::CPANAuthors->new('Slovak');
# Get all ids.
my @ids = $authors->id;
# Print out.
p @ids;
# Output:
# [
# [0] "BARNEY",
# [1] "JKUTEJ",
# [2] "KOZO",
# [3] "LKUNDRAK",
# [4] "PALI",
# [5] "SAMSK",
# ]
DEPENDENCIES
REPOSITORY
https://github.com/michal-josef-spacek/Acme-CPANAuthors-Slovak
AUTHOR
Michal Josef Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
© 2020-2023 Michal Josef Špaček
BSD 2-Clause License
VERSION
0.28