Acme::CPANAuthors::Acme::CPANAuthors::Authors - We are CPAN authors who have authored Acme::CPANAuthors modules


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

Index


Code Index:

NAME

Top

Acme::CPANAuthors::Acme::CPANAuthors::Authors - We are CPAN authors who have authored Acme::CPANAuthors modules

Synopsis

Top

    use Acme::CPANAuthors;

    my $authors = Acme::CPANAuthors->new('Acme::CPANAuthors::Acme::CPANAuthors::Authors');

    $number   = $authors->count;
    @ids      = $authors->id;
    @distros  = $authors->distributions('ACALPINI');
    $url      = $authors->avatar_url('SHLOMIF');
    $kwalitee = $authors->kwalitee('SANKO');

Description

Top

This class provides a hash of Pause IDs/names of Acme::CPANAuthors::* authorin' CPAN authors.

I started this module because Acme::CPANAuthors::UnitedStates (Acme::CPANAuthors::UnitedStates) doesn't exist and apparently I'm not listed in Acme::CPANAuthors::Japanese. ((sigh)) I just want to be a part of something... great... greater... than-- um, sorry, lost my train of thought.

Anyway, I decided both Acme::CPANAuthors::Earth (Acme::CPANAuthors::Earth) (well covered between http://search.cpan.org/author/ and http://pause.perl.org/pause/query?ACTION=who_is) and Acme::CPANAuthors::Authors (Acme::CPANAuthors::Authors) (only include authors who have published at least one distribution, script, etc.) would just be too time consuming for a 3AM lapse in judgement so... there you are.

Installation

Top

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

Maintenance

Top

Have you authored a module in the Acme::CPANAuthors namespace, aren't listed here, and would like to be? Or are you currently listed but have since turned away from your deviant, Acme ways and would like to be removed? Just contact me via email or stop by the Issue Tracker and I'll fix ya right up.

Bugs

Top

Report any bugs or feature requests to the Issue tracker or directly to me via email. I'll keep you up to date on any related changes.

Seriously, it's just a list of names... what could possibly go wrong?

<_<

>_>

Yeah.

Support

Top

You can find documentation for this module with the perldoc command.

    perldoc Acme::CPANAuthors::Acme::CPANAuthors::Authors

You can also look for information at:

* Issue Tracker: Acme::CPANAuthors::Acme::CPANAuthors::Authors' bug tracker

http://code.google.com/p/sanko/issues/list

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Acme-CPANAuthors-Acme-CPANAuthors-Authors

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-CPANAuthors-Acme-CPANAuthors-Authors

* Search CPAN

http://search.cpan.org/dist/Acme-CPANAuthors-Acme-CPANAuthors-Authors

* Version Control Repository:

http://code.google.com/p/sanko/source/browse/#svn/trunk/Acme-CPANAuthors-Acme-CPANAuthors-Authors

See Also

Top

Acme::CPANAuthors, Acme::CPANAuthors::Japanese, Acme::CPANAuthors::Misanthrope, Acme::CPANAuthors::Not, et al.

See the examples found in /scripts/ for usage.

Acknowledgements

Top

Kenichi Ishigaki for Acme::CPANAuthors

Author

Top

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

CPAN ID: SANKO

License and Legal

Top


Acme-CPANAuthors-Acme-CPANAuthors-Authors documentation Contained in the Acme-CPANAuthors-Acme-CPANAuthors-Authors distribution.
package Acme::CPANAuthors::Acme::CPANAuthors::Authors;
use strict;
use warnings;

our $VERSION = q[0.1257908582];
use Acme::CPANAuthors::Register (
    ABIGAIL  => q[Abigail],          # A::C::Dutch ...or not.
    ACALPINI => q[Aldo Calpini],     # A::C::Italian
    ASHLEY   => q[Ashley Pond V],    # A::C::Misanthrope
    AZAWAWI =>
        q[أحمد محمد زواوي - Ahmad M. Zawawi],    # A::C::Arabic
    BARBIE    => q[Barbie],                               # A::C::British
    BINGOS    => q[Chris Williams],                       # A::C::POE
    BRACETA   => q[Luís Azevedo],                        # A::C::Portuguese
    BURAK     => q[Burak Gürsoy],                        # A::C::Turkish
    FAYLAND   => q[Fayland æž—],                          # A::C::Chinese
    FLORA     => q[Florian Ragwitz],                      # A::C::German
    GARU      => q[Breno G. de Oliveira],                 # A::C::Brazilian
    GUGOD     => q[劉康民],                            # A::C::Taiwanese
    HINRIK    => q[Hinrik Örn Sigurðsson],              # A::C::Icelandic
    ISHIGAKI  => q[Kenichi Ishigaki],                     # The Original
    KENTARO   => q[Kentaro Kuribayashi],                  # A::C::GeekHouse
    MARCEL    => q[Marcel Grünauer == hanekomu],         # A::C::Austrian
    MONS      => q[Mons Anderson],                        # A::C::AnyEvent
    SANKO     => q[Sanko Robinson],                       # Hey, that's me!
    SAPER     => q[Sébastien Aperghis-Tramoni],          # A::C::French
    SFINK     => q[Steve A Fink],                         # A::C::Not
    SHARIFULN => q[Анатолий Шарифулин],  # A::C::Russian
    SHARYANTO => q[Steven Haryanto],                      # A::C::Indonesian
    SHLOMIF   => q[Shlomi Fish],                          # A::C::Israeli
    VPIT      => q[Vincent Pit],                          # A::C::You're_using
    ZOFFIX    => q[Zoffix Znet]                           # A::C::Canadian
);
1;