line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::monty_spam; |
2
|
1
|
|
|
1
|
|
408099
|
use strict; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
42
|
|
3
|
1
|
|
|
1
|
|
11
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
115
|
|
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::monty_spam - The Monty Python SPAM theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
The breakfast of champions: I
|
16
|
|
|
|
|
|
|
sausage, and bacon; egg and SPAM; egg, bacon, and SPAM; egg, bacon, |
17
|
|
|
|
|
|
|
sausage and SPAM; SPAM, bacon, sausage, and SPAM; SPAM, egg, SPAM, SPAM, |
18
|
|
|
|
|
|
|
bacon, and SPAM; SPAM, SPAM, SPAM, egg, and SPAM; SPAM, SPAM, SPAM, |
19
|
|
|
|
|
|
|
SPAM, SPAM, SPAM, baked beans, SPAM, SPAM, SPAM, and SPAM; or lobster |
20
|
|
|
|
|
|
|
thermidor aux crevettes with a mornay sauce garnished with truffle pate, |
21
|
|
|
|
|
|
|
brandy, and a fried egg on top and SPAM.> |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
List taken from the Monthy Python spam sketch, available at |
24
|
|
|
|
|
|
|
L. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Philippe "BooK" Bruhat, inspired by Ricardo Signes. |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 CHANGES |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=over 4 |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item * |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=item * |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
2005-07-18 |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.31. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=back |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=head1 SEE ALSO |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
L, L. |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=cut |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
__DATA__ |