line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::CPANAuthors::Israeli; |
2
|
|
|
|
|
|
|
|
3
|
3
|
|
|
3
|
|
32212
|
use warnings; |
|
3
|
|
|
|
|
6
|
|
|
3
|
|
|
|
|
129
|
|
4
|
3
|
|
|
3
|
|
15
|
use strict; |
|
3
|
|
|
|
|
7
|
|
|
3
|
|
|
|
|
304
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
=head1 NAME |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
Acme::CPANAuthors::Israeli - We are Israeli CPAN Authors |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=cut |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
our $VERSION = '0.0201'; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
use Acme::CPANAuthors::Register ( |
15
|
3
|
|
|
|
|
27
|
AMOSS => 'Amos Shapira', |
16
|
|
|
|
|
|
|
EILARA => 'Ran Eilam', |
17
|
|
|
|
|
|
|
FELIXL => 'Felix Liberman', |
18
|
|
|
|
|
|
|
GENIE => 'Goldin Evgeny', |
19
|
|
|
|
|
|
|
ISAAC => 'Issac Goldstand', |
20
|
|
|
|
|
|
|
MIGO => 'Mikhael Goikhman', |
21
|
|
|
|
|
|
|
NUFFIN => 'Yuval Kogman', |
22
|
|
|
|
|
|
|
PETERG => 'Peter Gordon', |
23
|
|
|
|
|
|
|
PRILUSKYJ => 'Jaime Prilusky', |
24
|
|
|
|
|
|
|
RAZINF => 'Oded S. Resnik', |
25
|
|
|
|
|
|
|
REUVEN => 'Reuven M. Lerner', |
26
|
|
|
|
|
|
|
ROMM => 'Roman Parparov', |
27
|
|
|
|
|
|
|
SEMUELF => 'Shmuel Fomberg', |
28
|
|
|
|
|
|
|
SHLOMIF => 'Shlomi Fish', |
29
|
|
|
|
|
|
|
SHLOMOY => 'Shlomo Yona', |
30
|
|
|
|
|
|
|
SMALYSHEV => 'Stanislav Malyshev', |
31
|
|
|
|
|
|
|
SZABGAB => 'Gabor Szabo', |
32
|
|
|
|
|
|
|
YOSEFM => 'Yosef Meller', |
33
|
|
|
|
|
|
|
SCHOP => 'Ariel Brosh (R.I.P.)', |
34
|
3
|
|
|
3
|
|
1970
|
); |
|
3
|
|
|
|
|
730
|
|
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 SYNOPSIS |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
use Acme::CPANAuthors; |
39
|
|
|
|
|
|
|
use Acme::CPANAuthors::Israeli; |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
my $authors = Acme::CPANAuthors->new('Israeli'); |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
my $number = $authors->count; |
44
|
|
|
|
|
|
|
my @ids = $authors->id(); |
45
|
|
|
|
|
|
|
my @distors = $authors->distributions('NUFFIN'); |
46
|
|
|
|
|
|
|
my $url = $authors->avatar_url('SZABGAB'); |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=head1 DESCRIPTION |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
This class provides a hash of Pause IDs/names of Israeli CPAN authors. |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=cut |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=head1 MAINTENANCE |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
If you are an Israeli CPAN author and are not listed here, please contact |
58
|
|
|
|
|
|
|
me. |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=head1 AUTHOR |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
Shlomi Fish, C<< >> |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=head1 BUGS |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
Please report any bugs or feature requests to C, or through |
67
|
|
|
|
|
|
|
the web interface at L. I will be notified, and then you'll |
68
|
|
|
|
|
|
|
automatically be notified of progress on your bug as I make changes. |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=head1 SUPPORT |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
perldoc Acme::CPANAuthors::Israeli |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
You can also look for information at: |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=over 4 |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
L |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
L |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=item * CPAN Ratings |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
L |
92
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
=item * Search CPAN |
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
L |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
=item * Version Control Repository: |
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
L |
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
=back |
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
=head1 SEE ALSO |
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
L - the driver for this class. |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
108
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
Copyright 2008 Shlomi Fish, all rights reserved. |
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
This program is released under the following license: MIT/X11 License. |
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
=cut |
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
1; # End of Acme::CPANAuthors::Israeli |