line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::zodiac; |
2
|
1
|
|
|
1
|
|
118359
|
use strict; |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
49
|
|
3
|
1
|
|
|
1
|
|
12
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
101
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::zodiac - The zodiac theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Zodiacal signs from various parts of the world. |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
In Western and Vedic astonomy (and astrology), zodiacal signs are |
18
|
|
|
|
|
|
|
constellations in front of which the sun passes, as seen from earth. |
19
|
|
|
|
|
|
|
Traditional Western zodiac signs are based on the Babylonian observations, |
20
|
|
|
|
|
|
|
and contain 12 signs. However, these observations are three millenia |
21
|
|
|
|
|
|
|
out of date, and in reality, the sun passes in front of thirteen |
22
|
|
|
|
|
|
|
constellation. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
This theme has four categories: |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=over 4 |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=item Western/Tradional |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Contains the twelve signs most people are familiar with. |
31
|
|
|
|
|
|
|
This is the default category. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=item Western/Real |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
The thirteen constellations the sun actually passes in front of. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item Vedic |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
The names of the constellations as they are known in India. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item Chinese |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
The signs of the Chines zodiac. They have no relation with constellations. |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=back |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
Default category is I. |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
Abigail |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 CHANGES |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=over 4 |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=item * |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
Included with its own version number |
62
|
|
|
|
|
|
|
in Acme-MetaSyntactic-Themes version 1.000. |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=item * |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
2006-05-13 |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
Submitted by Abigail. |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=back |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=head1 SEE ALSO |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
L, L. |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
=cut |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
__DATA__ |