File Coverage

blib/lib/Acme/MetaSyntactic/gems.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::gems;
2 1     1   79446 use strict;
  1         8  
  1         34  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         7  
  1         120  
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::gems - The gem stones theme
12              
13             =head1 DESCRIPTION
14              
15             A list of gem stones, as given by
16             L.
17              
18             =head1 CONTRIBUTOR
19              
20             Abigail
21              
22             =head1 CHANGES
23              
24             =over 4
25              
26             =item *
27              
28             2012-05-07
29              
30             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
31              
32             =item *
33              
34             2006-02-06
35              
36             Introduced in Acme-MetaSyntactic version 0.60.
37              
38             =item *
39              
40             2005-10-27
41              
42             Submitted by Abigail.
43              
44             =back
45              
46             =head1 SEE ALSO
47              
48             L, L.
49              
50             =cut
51              
52             __DATA__