line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::famous_five; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
137168
|
use strict; |
|
1
|
|
|
|
|
7
|
|
|
1
|
|
|
|
|
51
|
|
4
|
1
|
|
|
1
|
|
7
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
73
|
|
5
|
1
|
|
|
1
|
|
6
|
no warnings 'syntax'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
98
|
|
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
7
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
116
|
|
8
|
|
|
|
|
|
|
our @ISA = qw [Acme::MetaSyntactic::MultiList]; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $VERSION = '2012060102'; |
11
|
|
|
|
|
|
|
__PACKAGE__ -> init; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Acme::MetaSyntactic::famous_five - One of the Enid Blyton series. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
The I<< Famous Five >> is a series of childrens book, written by |
22
|
|
|
|
|
|
|
Enid Blyton between 1942 and 1962. There are 21 books, describing |
23
|
|
|
|
|
|
|
the adventures of four children and their dog. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
There are four subthemes: |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=over 1 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=item C<< characters/major >> |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
The default theme, with the names of the major characters, including |
32
|
|
|
|
|
|
|
the dog. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item C<< characters/minor >> |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
The minor characters, but important enough to appear at least a few |
37
|
|
|
|
|
|
|
books. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=item C<< characters >> |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
The combination of the lists above. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=item C<< books >> |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
The names of the 21 books. |
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
|
|
|
|
|
|
|
There have been books written in the series in French and German, long |
55
|
|
|
|
|
|
|
after the original series. They have not been considered for inclusion. |
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__ |