Acme-CPANAuthors-Israeli

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/Israeli.pm~  view on Meta::CPAN

package Acme::CPANAuthors::Israeli;

use warnings;
use strict;

=head1 NAME

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

=cut

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.)',
);

=head1 SYNOPSIS

    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');

=head1 DESCRIPTION

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

=cut


=head1 MAINTENANCE

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

=head1 SEE ALSO

L<Acme::CPANAuthors> - the driver for this class.

=cut

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



( run in 1.267 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )