line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::peanuts; |
2
|
1
|
|
|
1
|
|
2959216
|
use strict; |
|
1
|
|
|
|
|
11
|
|
|
1
|
|
|
|
|
56
|
|
3
|
1
|
|
|
1
|
|
13
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
94
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::peanuts - The Peanuts theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
The characters form the world famous Peanuts comic strip, |
16
|
|
|
|
|
|
|
drawn by Charles M. Schulz and published from October 2, 1950 |
17
|
|
|
|
|
|
|
to January 3, 2000. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
The official Peanuts website is at L. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Philippe "BooK" Bruhat. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 CHANGES |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=over 4 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=item * |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item * |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
2005-08-08 |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.34. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=back |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=head1 SEE ALSO |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
L, L. |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=cut |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
__DATA__ |