line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::dancers; |
2
|
1
|
|
|
1
|
|
97770
|
use strict; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
46
|
|
3
|
1
|
|
|
1
|
|
11
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
87
|
|
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::dancers - The dancers theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
This is the list of dancers available on my wife's web pages: |
16
|
|
|
|
|
|
|
L. |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This module is a small gift to my wife Estelle Souche, who created one |
19
|
|
|
|
|
|
|
of the first web pages about ballet on the world-wide web, back in 1995. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
By no mean is this an exhaustive list: it is just the collected list |
22
|
|
|
|
|
|
|
of dancers that appears on several pages of her site. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Philippe "BooK" Bruhat. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 PRIVATE MESSAGES |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Happy birthday! |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
C<< Philippe <3 Estelle. >> |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 CHANGES |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=over 4 |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=item * |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=item * |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
2005-03-28 |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
Patched to contain valid identifiers in Acme-MetaSyntactic version 0.15. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=item * |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
2005-03-07 |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.12. |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=back |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=head1 SEE ALSO |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
L, L. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=cut |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
__DATA__ |