An open API service indexing awesome lists of open source software.

https://github.com/michal-josef-spacek/acme-cpanauthors-czech

We are Czech CPAN authors
https://github.com/michal-josef-spacek/acme-cpanauthors-czech

Last synced: 2 months ago
JSON representation

We are Czech CPAN authors

Awesome Lists containing this project

README

        

NAME
Acme::CPANAuthors::Czech - We are Czech CPAN authors.

SYNOPSIS
use Acme::CPANAuthors;

my $authors = Acme::CPANAuthors->new('Czech');
my $url = $authors->avatar_url('TRIPIE');
my $number = $authors->count;
my @distors = $authors->distributions('JANPAZ');
my @ids = $authors->id;
my $kwalitee = $authors->kwalitee('RUS');
my $name = $authors->name('CHOROBA');

DESCRIPTION
See documentation for Acme::CPANAuthors for more details.

EXAMPLE1
use strict;
use warnings;

use Acme::CPANAuthors;

# Create object.
my $authors = Acme::CPANAuthors->new('Czech');

# Get number of Czech CPAN authors.
my $count = $authors->count;

# Print out.
print "Count of Czech CPAN authors: $count\n";

# Output:
# Count of Czech CPAN authors: 48

EXAMPLE2
use strict;
use warnings;

use Acme::CPANAuthors;
use Data::Printer;

# Create object.
my $authors = Acme::CPANAuthors->new('Czech');

# Get all ids.
my @ids = $authors->id;

# Print out.
p @ids;

# Output:
# [
# [0] "ATG",
# [1] "BULB",
# [2] "CHOROBA",
# [3] "CONTYK",
# [4] "DANIELR",
# [5] "DANPEDER",
# [6] "DOUGLISH",
# [7] "DPOKORNY",
# [8] "HIHIK",
# [9] "HOLCAPEK",
# [10] "HPA",
# [11] "JANPAZ",
# [12] "JANPOM",
# [13] "JENDA",
# [14] "JIRA",
# [15] "JSPICAK",
# [16] "KLE",
# [17] "KOLCON",
# [18] "MAJLIS",
# [19] "MICHALS",
# [20] "MILSO",
# [21] "MJFO",
# [22] "PAJAS",
# [23] "PAJOUT",
# [24] "PASKY",
# [25] "PCIMPRICH",
# [26] "PEK",
# [27] "PETRIS",
# [28] "PKUBANEK",
# [29] "POPEL",
# [30] "PSME",
# [31] "RUR",
# [32] "RVASICEK",
# [33] "SARFY",
# [34] "SEIDLJAN",
# [35] "SKIM",
# [36] "SMRZ",
# [37] "STRAKA",
# [38] "TKR",
# [39] "TPODER",
# [40] "TRIPIE",
# [41] "TYNOVSKY",
# [42] "VARISD",
# [43] "VASEKD",
# [44] "YENYA",
# [45] "ZABA",
# [46] "ZEMAN",
# [47] "ZOUL"
# ]

DEPENDENCIES
Acme::CPANAuthors.

REPOSITORY

AUTHOR
Michal Josef Špaček

LICENSE AND COPYRIGHT
© 2011-2023 Michal Josef Špaček

BSD 2-Clause License

VERSION
0.32