File Coverage

blib/lib/Acme/MetaSyntactic/trigan.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::trigan;
2 1     1   100892 use strict;
  1         10  
  1         54  
3 1     1   19 use Acme::MetaSyntactic::List;
  1         11  
  1         113  
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::trigan - The I theme
12              
13             =head1 DESCRIPTION
14              
15             Characters from the British comic I, written
16             mainly by Mike Butterworth with beautiful artwork by I.
17             The comic ran from 1965 till 1982.
18              
19             Learn all about it on L.
20              
21             =head1 CONTRIBUTOR
22              
23             Abigail
24              
25             =head1 CHANGES
26              
27             =over 4
28              
29             =item *
30              
31             2012-05-07
32              
33             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
34              
35             =item *
36              
37             2006-03-06
38              
39             Introduced in Acme-MetaSyntactic version 0.64.
40              
41             =item *
42              
43             2005-10-27
44              
45             Submitted by Abigail.
46              
47             =back
48              
49             =head1 SEE ALSO
50              
51             L, L.
52              
53             =cut
54              
55             __DATA__