line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::all_in_the_family; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
7498
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
39
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
34
|
|
5
|
1
|
|
|
1
|
|
4
|
no warnings 'syntax'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
35
|
|
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
862
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
3069
|
|
|
1
|
|
|
|
|
63
|
|
8
|
|
|
|
|
|
|
our @ISA = qw [Acme::MetaSyntactic::List]; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $VERSION = '2012060202'; |
11
|
|
|
|
|
|
|
__PACKAGE__ -> init; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Acme::MetaSyntactic::all_in_the_family - The main characters. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
This C<< Acme::MetaSyntactic >> theme lists the main characters |
22
|
|
|
|
|
|
|
of the series C<< All In The Family >>, whose original ran from |
23
|
|
|
|
|
|
|
1971 to 1979. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
This module is part of the set of C<< Acme::MetaSyntactic >> themes |
26
|
|
|
|
|
|
|
found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 SEE ALSO |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
L, L<< Acme::MetaSyntactic::List >>, |
31
|
|
|
|
|
|
|
L<< http://www.imdb.com/title/tt0066626/combined >>. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 AUTHOR |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Abigail, L<< mailto:cpan@abigail.be >>. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 COPYRIGHT and LICENSE |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Copyright (C) 2012 by Abigail. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a |
42
|
|
|
|
|
|
|
copy of this software and associated documentation files (the "Software"), |
43
|
|
|
|
|
|
|
to deal in the Software without restriction, including without limitation |
44
|
|
|
|
|
|
|
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
45
|
|
|
|
|
|
|
and/or sell copies of the Software, and to permit persons to whom the |
46
|
|
|
|
|
|
|
Software is furnished to do so, subject to the following conditions: |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included |
49
|
|
|
|
|
|
|
in all copies or substantial portions of the Software. |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
52
|
|
|
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
53
|
|
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
54
|
|
|
|
|
|
|
THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
55
|
|
|
|
|
|
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT |
56
|
|
|
|
|
|
|
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
57
|
|
|
|
|
|
|
THE SOFTWARE. |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=cut |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
__DATA__ |