Acme::CPANAuthors::Korean - We are Korean CPAN Authors! (우리는 CPAN Author 다!)


Acme-CPANAuthors-Korean documentation Contained in the Acme-CPANAuthors-Korean distribution.

Index


Code Index:

NAME

Top

Acme::CPANAuthors::Korean - We are Korean CPAN Authors! (우리는 CPAN Author 다!)

SYNOPSIS

Top

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

  $number   = $authors->count;
  @ids      = $authors->id;
  @distors  = $authors->distributions('JEEN');
  $url      = $authors->avatar_url('KEEDI');
  $kwalitee = $authors->kwalitee('AERO');

DESCRIPTION

Top

See documentation for Acme::CPANAuthors for more details.

DEPENDENCIES

Top

Acme::CPANAuthors

DEVELOPMENT

Top

Git repository: http://github.com/jeen/Acme-CPANAuthors-Korean/

AUTHOR

Top

Jeen Lee <jeen@perl.kr>

SEE ALSO

Top

LICENSE

Top

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


Acme-CPANAuthors-Korean documentation Contained in the Acme-CPANAuthors-Korean distribution.

package Acme::CPANAuthors::Korean;

use strict;
use warnings;
our $VERSION = '0.07';

use Acme::CPANAuthors::Register (
	JEEN     => "Jong-jin Lee",
	AERO     => "C.H. Kang",
	KEEDI    => "Keedi Kim",
	YOU      => "YOU Hyun Jo",
  KHS      => "HyeonSeung Kim",
  YONGBIN  => "Yongbin Yu",
  JPJEON   => "Jongpil Jeon",
  AMORRETE => "Ho-jung Yoon",
  DALINAUM => "김용욱",
  AANOAA   => "Hyungsuk Hong", 
);

1;

__END__