line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Parse::Pegex; |
2
|
1
|
|
|
1
|
|
33849
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
35
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
26
|
|
4
|
1
|
|
|
1
|
|
27
|
use 5.008003; |
|
1
|
|
|
|
|
7
|
|
|
1
|
|
|
|
|
74
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = '0.02'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
sub new { |
9
|
1
|
|
|
1
|
0
|
25
|
die "Parse::Pegex has been moved to Pegex.pm. Please install and use that module." |
10
|
|
|
|
|
|
|
} |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
1; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=encoding utf-8 |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Parse::Pegex - See Pegex.pm |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 DESCRIPTION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Parse::Pegex has been moved to L. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 AUTHOR |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Ingy döt Net |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 COPYRIGHT |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Copyright (c) 2010. Ingy döt Net. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it |
33
|
|
|
|
|
|
|
under the same terms as Perl itself. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
See http://www.perl.com/perl/misc/Artistic.html |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=cut |