line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::care_bears; |
2
|
1
|
|
|
1
|
|
92747
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
30
|
|
3
|
1
|
|
|
1
|
|
6
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
109
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=encoding iso-8859-1 |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Acme::MetaSyntactic::care_bears - The Care Bears theme |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
The Care Bears are characters created by American Greetings in the 1980s |
18
|
|
|
|
|
|
|
for use on greeting cards. Later on, they got turned into plush teddy |
19
|
|
|
|
|
|
|
bears, and got their own television series. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Official website: L. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Éric Cassagnard, Philippe Bruhat. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 CHANGES |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=over 4 |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
2012-11-12 - v1.000 |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Published in Acme-MetaSyntactic-Themes version 1.027. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item * |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
2012-10-23 |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
Collected the list from |
42
|
|
|
|
|
|
|
L. |
43
|
|
|
|
|
|
|
Another possible source would be |
44
|
|
|
|
|
|
|
L. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=item * |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
2006-07-13 |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
Idea submitted by Éric Cassagnard. |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=back |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=head1 SEE ALSO |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
L, L. |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=cut |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
__DATA__ |