line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::screw_drives; |
2
|
1
|
|
|
1
|
|
94770
|
use strict; |
|
1
|
|
|
|
|
12
|
|
|
1
|
|
|
|
|
49
|
|
3
|
1
|
|
|
1
|
|
10
|
use Acme::MetaSyntactic::List; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
97
|
|
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::screw - The screw drives theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
This theme lists different screw drive types. |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
See L. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Abigail |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 CHANGES |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=over 4 |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=item * |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
2012-09-17 - v1.000 |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Expanded the list thanks to Wikipedia, |
32
|
|
|
|
|
|
|
and published in Acme-MetaSyntactic-Themes version 1.019. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item * |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
2006-05-13 |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Submitted by Abigail. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=back |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 SEE ALSO |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
L, L. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=cut |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
__DATA__ |