File Coverage

blib/lib/Acme/MetaSyntactic/garfield.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::garfield;
2 1     1   83781 use strict;
  1         6  
  1         38  
3 1     1   10 use Acme::MetaSyntactic::List;
  1         5  
  1         84  
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::garfield - The Garfield theme
12              
13             =head1 DESCRIPTION
14              
15             Characters from the comic I, by Jim Davis. First appeared
16             on June 19, 1978, and still running today. Garfield appears in, or
17             has appeared in, over 2500 newspapers.
18              
19             This list does not include characters which only appeared in the
20             television shows. This may be a bug.
21              
22             =head1 CONTRIBUTOR
23              
24             Abigail
25              
26             =head1 CHANGES
27              
28             =over 4
29              
30             =item *
31              
32             2012-05-07
33              
34             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
35              
36             =item *
37              
38             2006-02-20
39              
40             Introduced in Acme-MetaSyntactic version 0.62.
41              
42             =item *
43              
44             2005-10-27
45              
46             Submitted by Abigail.
47              
48             =back
49              
50             =head1 SEE ALSO
51              
52             L, L.
53              
54             =cut
55              
56             __DATA__