line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::tarot; |
2
|
1
|
|
|
1
|
|
97909
|
use strict; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
50
|
|
3
|
1
|
|
|
1
|
|
9
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
84
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::tarot - Tarot cards |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Tarot decks consist of 78 different cards - a 22 card I, |
16
|
|
|
|
|
|
|
and 4 14-card suits forming the I. The suits in the |
17
|
|
|
|
|
|
|
minor arcana as I, I, I and I. Ranks |
18
|
|
|
|
|
|
|
start with I, then go from 2 to 10 inclusive, then I, |
19
|
|
|
|
|
|
|
I, I and I. In the Major Arcana, we find: |
20
|
|
|
|
|
|
|
I, I, I, I, I, |
21
|
|
|
|
|
|
|
I, I, I, I, I, |
22
|
|
|
|
|
|
|
I, I, I, I, I, |
23
|
|
|
|
|
|
|
I, I, I, I, I, I, and finally, |
24
|
|
|
|
|
|
|
I. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Source: L |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Abigail |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 CHANGES |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=over 4 |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=item * |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
2012-06-11 - v1.000 |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic-Themes version 1.005. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=item,* |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
2005-11-01 |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Submitted by Abigail. |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=back |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=head1 SEE ALSO |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
L, L. |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=cut |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
__DATA__ |