line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package App::perlzonji; |
2
|
1
|
|
|
1
|
|
994791
|
use strict; |
|
1
|
|
|
|
|
15
|
|
|
1
|
|
|
|
|
61
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
92
|
|
4
|
|
|
|
|
|
|
our $VERSION = '2.07'; |
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
1; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
# This package just exists so users who already have App::perlzonji |
9
|
|
|
|
|
|
|
# installed from before it was renamed to "perlfind" can upgrade it, |
10
|
|
|
|
|
|
|
# and they'll get the new bin/perlzonji, which will tell them that it |
11
|
|
|
|
|
|
|
# is deprecated and direct them to bin/perlfind, but it will continue |
12
|
|
|
|
|
|
|
# to work. In the unlikely case that someone is using App::perlzonji |
13
|
|
|
|
|
|
|
# directly, they have to rename it to App::perlfind. |