File Coverage

blib/lib/Acme/MetaSyntactic/camelidae.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::camelidae;
2 1     1   76000 use strict;
  1         3  
  1         33  
3 1     1   5 use Acme::MetaSyntactic::List;
  1         2  
  1         80  
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::camelidae - Members of the Camelidae family
12              
13             =head1 DESCRIPTION
14              
15             The Perl community's favourite animals.
16              
17             =head1 CONTRIBUTOR
18              
19             Abigail
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2012-06-25 - v1.000
28              
29             Published in Acme-MetaSyntactic-Themes version 1.007
30              
31             =item *
32              
33             2005-11-01
34              
35             Submitted by Abigail.
36              
37             =back
38              
39             =head1 SEE ALSO
40              
41             L, L.
42              
43             =cut
44              
45             __DATA__