File Coverage

blib/lib/Acme/MetaSyntactic/swords.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::swords;
2 1     1   100156 use strict;
  1         7  
  1         47  
3 1     1   18 use Acme::MetaSyntactic::List;
  1         10  
  1         91  
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::swords - The swords theme
12              
13             =head1 DESCRIPTION
14              
15             This list gives the names of famous swords,
16             historical as well as legendary and fictional.
17              
18             Sources:
19              
20             =over 4
21              
22             =item *
23              
24             I,
25             written by E. Cobham Brewer, 1898, on line at
26             L.
27              
28             =item *
29              
30             L
31              
32             =item *
33              
34             I, Terry Pratchett.
35              
36             =back
37              
38             =head1 CONTRIBUTOR
39              
40             Jean Forget.
41              
42             =head1 CHANGES
43              
44             =over 4
45              
46             =item *
47              
48             2012-05-07 - v1.000
49              
50             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
51              
52             =item *
53              
54             2006-07-03
55              
56             Introduced in Acme-MetaSyntactic version 0.81.
57              
58             =item *
59              
60             2006-06-22
61              
62             Submitted by Jean Forget.
63              
64             =back
65              
66             =head1 SEE ALSO
67              
68             L, L.
69              
70             =cut
71              
72             __DATA__