line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::summerwine; |
2
|
1
|
|
|
1
|
|
96785
|
use strict; |
|
1
|
|
|
|
|
13
|
|
|
1
|
|
|
|
|
48
|
|
3
|
1
|
|
|
1
|
|
11
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
86
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.001'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=encoding iso-8859-1 |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Acme::MetaSyntactic::summerwine - The 'Last of the Summer Wine' theme |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Characters in I, the longest-running sitcom in the |
18
|
|
|
|
|
|
|
world. Only the 'main' name by which each character is addressed is used |
19
|
|
|
|
|
|
|
(nickname, Christian name, or surname depending on the character) so that they |
20
|
|
|
|
|
|
|
make better identifiers. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Smylers, who paid £42 for the privilege at the YAPC Europe 2006 auction |
25
|
|
|
|
|
|
|
in Birmingham. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
This theme was chosen because I is set in Smylers's |
28
|
|
|
|
|
|
|
home town of Holmfirth (in West Yorkshire in the UK), the main character names |
29
|
|
|
|
|
|
|
are quite fun to use as identifiers, and it was an unlikely theme to be |
30
|
|
|
|
|
|
|
included otherwise. Having minor characters called 'Pearl' and 'Smiler' is a |
31
|
|
|
|
|
|
|
bonus. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 CHANGES |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=over 4 |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item * |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
2012-05-14 - v1.001 |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
Updated with an C<=encoding> pod command |
42
|
|
|
|
|
|
|
in Acme-MetaSyntactic-Themes version 1.001. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=item * |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=item * |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
2006-11-06 |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.99. |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=back |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=head1 SEE ALSO |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
L, L. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=cut |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
__DATA__ |