line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::CPANAuthors::Israeli; |
2
|
|
|
|
|
|
|
|
3
|
3
|
|
|
3
|
|
27017
|
use warnings; |
|
3
|
|
|
|
|
6
|
|
|
3
|
|
|
|
|
104
|
|
4
|
3
|
|
|
3
|
|
14
|
use strict; |
|
3
|
|
|
|
|
4
|
|
|
3
|
|
|
|
|
308
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = '0.0310'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
use Acme::CPANAuthors::Register ( |
10
|
3
|
|
|
|
|
25
|
AMOSS => 'Amos Shapira', |
11
|
|
|
|
|
|
|
EILARA => 'Ran Eilam', |
12
|
|
|
|
|
|
|
FELIXL => 'Felix Liberman', |
13
|
|
|
|
|
|
|
GENIE => 'Goldin Evgeny', |
14
|
|
|
|
|
|
|
ISAAC => 'Issac Goldstand', |
15
|
|
|
|
|
|
|
MIGO => 'Mikhael Goikhman', |
16
|
|
|
|
|
|
|
NUFFIN => 'Yuval Kogman', |
17
|
|
|
|
|
|
|
PETERG => 'Peter Gordon', |
18
|
|
|
|
|
|
|
PRILUSKYJ => 'Jaime Prilusky', |
19
|
|
|
|
|
|
|
RAZINF => 'Oded S. Resnik', |
20
|
|
|
|
|
|
|
REUVEN => 'Reuven M. Lerner', |
21
|
|
|
|
|
|
|
ROMM => 'Roman Parparov', |
22
|
|
|
|
|
|
|
SEMUELF => 'Shmuel Fomberg', |
23
|
|
|
|
|
|
|
SHLOMIF => 'Shlomi Fish', |
24
|
|
|
|
|
|
|
SHLOMOY => 'Shlomo Yona', |
25
|
|
|
|
|
|
|
SMALYSHEV => 'Stanislav Malyshev', |
26
|
|
|
|
|
|
|
SZABGAB => 'Gabor Szabo', |
27
|
|
|
|
|
|
|
YOSEFM => 'Yosef Meller', |
28
|
|
|
|
|
|
|
SCHOP => 'Ariel Brosh (R.I.P.)', |
29
|
3
|
|
|
3
|
|
1561
|
); |
|
3
|
|
|
|
|
843
|
|
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
1; # End of Acme::CPANAuthors::Israeli |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
__END__ |