Acme-CPANAuthors-Taiwanese

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/Taiwanese.pm  view on Meta::CPAN

package Acme::CPANAuthors::Taiwanese;
$Acme::CPANAuthors::Taiwanese::VERSION = '0.09';
# ABSTRACT: We are Taiwanese CPAN Authors!
use 5.008;
use strict;
use warnings;
use utf8;

use Acme::CPANAuthors::Register (
    AUDREYT   => "唐鳳",
    BLUET     => "練喆明",
    CLKAO     => "高嘉良",
    CLSUNG    => "宋政隆",
    CINDY     => "Cindy Wang",
    CORNELIUS => "林佑安",
    DRBEAN    => "高來圭",
    DRYMAN    => "陳仁乾",
    GASOLWU   => "Gasol Wu",
    GSLIN     => "林嘉軒",
    GUGOD     => "劉康民",
    HCCHIEN   => "簡信昌",
    IJLIAO    => "廖英傑",
    IMACAT    => "依瑪貓",
    JNLIN     => "Jui-Nan Lin",
    KCWU      => "吳光哲",
    KENSHAN   => "單中杰",
    KENWU     => "莉洛",
    LEEYM     => "李彥明",
    LUKHNOS   => "劉燈",
    MINDOS    => "鄭智中",
    PENK      => "陳品勳",
    SHELLING  => "許家瑋",
    SNOWFLY   => "飄然似雪",
    VICTOR    => "謝毓庭",
    XERN      => "林永忠",
    YRCHEN    => "陳禹任",
);

1;

__END__

=head1 NAME

Acme::CPANAuthors::Taiwanese - We are Taiwanese CPAN Authors!

=head1 VERSION

version 0.09

=head1 SYNOPSIS

    use Acme::CPANAuthors;
    $authors = Acme::CPANAuthors->new('Taiwanese');

    $number   = $authors->count;
    @ids      = $authors->id;
    @distros  = $authors->distributions('XERN');
    $url      = $authors->avatar_url('AUDREYT');
    $kwalitee = $authors->kwalitee('GUGOD');


=head1 DESCRIPTION

See documentation for L<Acme::CPANAuthors> for more details.

=head1 DEPENDENCIES



( run in 1.306 second using v1.01-cache-2.11-cpan-364913b4093 )