line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::doctor_who; |
2
|
1
|
|
|
1
|
|
96993
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
38
|
|
3
|
1
|
|
|
1
|
|
6
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
68
|
|
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::doctor_who - The Doctor Who theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
This theme uses names of various people, places and things from the original |
16
|
|
|
|
|
|
|
run (1963-1989) of the BBC science fiction series Doctor Who. (The series was |
17
|
|
|
|
|
|
|
revived in 2005, but that's a module for another day.) |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
For references, see: |
20
|
|
|
|
|
|
|
L (dead link), |
21
|
|
|
|
|
|
|
L. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
David H. Adler (aka dha). |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 CHANGES |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=over 4 |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
2012-09-24 - v1.000 |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Published in Acme-MetaSyntactic-Themes version 1.020. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item * |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
2006-08-30 |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
Submitted by David Adler (under the name I). |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=back |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head1 SEE ALSO |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
L, L. |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=cut |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
__DATA__ |