line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::octothorpe; |
2
|
1
|
|
|
1
|
|
115296
|
use strict; |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
54
|
|
3
|
1
|
|
|
1
|
|
9
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
109
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.001'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=encoding iso-8859-1 |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Acme::MetaSyntactic::octothorpe - The octothorpe theme |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Names for the C<#> symbol. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
See L |
20
|
|
|
|
|
|
|
about how the name I was created. See also |
21
|
|
|
|
|
|
|
L for other stories. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
If you know another name for C<#> that is not included in this list, |
24
|
|
|
|
|
|
|
please send it to me, with a reference to back up your claim. Thanks. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Philippe "BooK" Bruhat, inspired by David Landgren's presentation of |
29
|
|
|
|
|
|
|
L, Sébastien Aperghis-Tramoni. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 CHANGES |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=over 4 |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item * |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
2013-02-18 - v1.001 |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Sébastien Aperghis-Tramoni submitted a new name (I), |
40
|
|
|
|
|
|
|
published in Acme-MetaSyntactic-Themes version 1.030. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=item * |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=item * |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
2005-07-25 |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.32. |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=back |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 SEE ALSO |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
L, L. |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=cut |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
__DATA__ |