File Coverage

blib/lib/Acme/MetaSyntactic/antlers.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::antlers;
2 1     1   80021 use strict;
  1         3  
  1         36  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         2  
  1         78  
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::antlers - The antler theme
12              
13             =head1 DESCRIPTION
14              
15             Kinds of moose and other antlered, er, moose.
16              
17             =head1 CONTRIBUTOR
18              
19             Gaal Yahas.
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2012-05-07 - v1.000
28              
29             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
30              
31             =item *
32              
33             2005-10-31
34              
35             Introduced in Acme-MetaSyntactic version 0.46.
36              
37             =item *
38              
39             2005-09-16
40              
41             Submitted by Gaal Yahas.
42              
43             =back
44              
45             =head1 SEE ALSO
46              
47             L, L.
48              
49             =cut
50              
51             __DATA__