| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::candyland; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
95581
|
use strict; |
|
|
1
|
|
|
|
|
7
|
|
|
|
1
|
|
|
|
|
50
|
|
|
4
|
1
|
|
|
1
|
|
138
|
use warnings; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
68
|
|
|
5
|
1
|
|
|
1
|
|
10
|
no warnings 'syntax'; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
53
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
7
|
use Acme::MetaSyntactic::MultiList; |
|
|
1
|
|
|
|
|
71
|
|
|
|
1
|
|
|
|
|
461
|
|
|
8
|
|
|
|
|
|
|
our @ISA = qw [Acme::MetaSyntactic::MultiList]; |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $VERSION = '2012060301'; |
|
11
|
|
|
|
|
|
|
__PACKAGE__ -> init (); |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Acme::MetaSyntactic::candyland - Candyland Characters |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
This C<< Acme::MetaSyntactic >> theme lists the characters from |
|
22
|
|
|
|
|
|
|
the classical game of I<< Candyland >>. Althought the game itself |
|
23
|
|
|
|
|
|
|
dates from the 1940s, characters were first introduced in the 1984 |
|
24
|
|
|
|
|
|
|
edition. Updates to the character names where made in 2002 and 2010. |
|
25
|
|
|
|
|
|
|
Hence, three subthemes: |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=over 1 |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=item C<< edition_1984 >> |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
The default sub theme. This was the year the characters were first |
|
32
|
|
|
|
|
|
|
introduced. |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item C<< edition_2002 >> |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This edition saw the first change in the set of characters. |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=item C<< edition_2010 >> |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
The edition saw the second change in the set of characters. |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=back |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
I<< Candyland >> is published by I<< Hasbro >>. |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
This module is part of the set of C<< Acme::MetaSyntactic >> themes |
|
47
|
|
|
|
|
|
|
found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package. |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
L, L, |
|
52
|
|
|
|
|
|
|
L<< http://www.hasbro.com/ >>. |
|
53
|
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=head1 AUTHOR |
|
55
|
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
Abigail, L<< mailto:cpan@abigail.be >>. |
|
57
|
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=head1 COPYRIGHT and LICENSE |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
Copyright (C) 2012 by Abigail. |
|
61
|
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a |
|
63
|
|
|
|
|
|
|
copy of this software and associated documentation files (the "Software"), |
|
64
|
|
|
|
|
|
|
to deal in the Software without restriction, including without limitation |
|
65
|
|
|
|
|
|
|
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
|
66
|
|
|
|
|
|
|
and/or sell copies of the Software, and to permit persons to whom the |
|
67
|
|
|
|
|
|
|
Software is furnished to do so, subject to the following conditions: |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included |
|
70
|
|
|
|
|
|
|
in all copies or substantial portions of the Software. |
|
71
|
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
73
|
|
|
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
74
|
|
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
|
75
|
|
|
|
|
|
|
THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
|
76
|
|
|
|
|
|
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT |
|
77
|
|
|
|
|
|
|
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
78
|
|
|
|
|
|
|
THE SOFTWARE. |
|
79
|
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=cut |
|
82
|
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
__DATA__ |