Acme::CPANAuthors::Israeli - We are Israeli CPAN Authors


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

Index


Code Index:

NAME

Top

Acme::CPANAuthors::Israeli - We are Israeli CPAN Authors

SYNOPSIS

Top

    use Acme::CPANAuthors;
    use Acme::CPANAuthors::Israeli;

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

    my $number = $authors->count;
    my @ids = $authors->id();
    my @distors = $authors->distributions('NUFFIN');
    my $url = $authors->avatar_url('SZABGAB');

DESCRIPTION

Top

This class provides a hash of Pause IDs/names of Israeli CPAN authors.

MAINTENANCE

Top

If you are an Israeli CPAN author and are not listed here, please contact me.

AUTHOR

Top

Shlomi Fish, <shlomif at cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-acme-cpanauthors-israeli at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Israeli. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

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

    perldoc Acme::CPANAuthors::Israeli




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Israeli

* AnnoCPAN: Annotated CPAN documentation

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

* CPAN Ratings

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

* Search CPAN

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

* Version Control Repository:

https://svn.berlios.de/svnroot/repos/web-cpan/Acme-CPANAuthors-Israeli/

SEE ALSO

Top

Acme::CPANAuthors - the driver for this class.

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Acme-CPANAuthors-Israeli documentation Contained in the Acme-CPANAuthors-Israeli distribution.
package Acme::CPANAuthors::Israeli;

use warnings;
use strict;

our $VERSION = '0.0200';

use Acme::CPANAuthors::Register (
    AMOSS => 'Amos Shapira',
    EILARA => 'Ran Eilam',
    FELIXL => 'Felix Liberman',
    GENIE => 'Goldin Evgeny',
    ISAAC => 'Issac Goldstand',
    MIGO => 'Mikhael Goikhman',
    NUFFIN => 'Yuval Kogman',
    PETERG => 'Peter Gordon',
    PRILUSKYJ => 'Jaime Prilusky',
    RAZINF => 'Oded S. Resnik',
    REUVEN => 'Reuven M. Lerner',
    ROMM => 'Roman Parparov',
    SEMUELF => 'Shmuel Fomberg',
    SHLOMIF => 'Shlomi Fish',
    SHLOMOY => 'Shlomo Yona',
    SMALYSHEV => 'Stanislav Malyshev',
    SZABGAB => 'Gabor Szabo',
    YOSEFM => 'Yosef Meller',
    SCHOP => 'Ariel Brosh (R.I.P.)',
);

1; # End of Acme::CPANAuthors::Israeli