line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::southpark; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
116072
|
use strict; |
|
1
|
|
|
|
|
12
|
|
|
1
|
|
|
|
|
51
|
|
4
|
1
|
|
|
1
|
|
7
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
69
|
|
5
|
1
|
|
|
1
|
|
7
|
no warnings 'syntax'; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
78
|
|
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
14
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
106
|
|
8
|
|
|
|
|
|
|
our @ISA = qw [Acme::MetaSyntactic::MultiList]; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $VERSION = '2012060701'; |
11
|
|
|
|
|
|
|
__PACKAGE__ -> init; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Acme::MetaSyntactic::southpark - Southpark characters |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
I<< Southpark >> is a cartoon series that has been on air since 1997. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
The following subthemes are provided: |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=over 1 |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=item C<< main >> |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This is the default theme, and lists the main characters (first name only). |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item C<< students >> |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
The names of the other students (first name only). |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item C<< family >> |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Important family members of the main characters (and Butters). |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=item C<< school_staff >> |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
Any important characters that work at the school. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=item C<< other >> |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
Any other characters, not present in any of the above themes. |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=back |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
This module is part of the set of C<< Acme::MetaSyntactic >> themes |
50
|
|
|
|
|
|
|
found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package. |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=head1 NOTES |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
I<< Butters >> is not listed as one of the main characters, although |
55
|
|
|
|
|
|
|
in several seasons, his role was more prominent than I<< Kyle >>s. |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=head1 SEE ALSO |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
L, L. |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=head1 AUTHOR |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
Abigail, L<< mailto:cpan@abigail.be >>. |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
=head1 COPYRIGHT and LICENSE |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
Copyright (C) 2012 by Abigail. |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a |
70
|
|
|
|
|
|
|
copy of this software and associated documentation files (the "Software"), |
71
|
|
|
|
|
|
|
to deal in the Software without restriction, including without limitation |
72
|
|
|
|
|
|
|
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
73
|
|
|
|
|
|
|
and/or sell copies of the Software, and to permit persons to whom the |
74
|
|
|
|
|
|
|
Software is furnished to do so, subject to the following conditions: |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included |
77
|
|
|
|
|
|
|
in all copies or substantial portions of the Software. |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
80
|
|
|
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
81
|
|
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
82
|
|
|
|
|
|
|
THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
83
|
|
|
|
|
|
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT |
84
|
|
|
|
|
|
|
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
85
|
|
|
|
|
|
|
THE SOFTWARE. |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
=cut |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
__DATA__ |