File Coverage

blib/lib/Acme/MetaSyntactic/thunderbirds.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::thunderbirds;
2 1     1   98584 use strict;
  1         11  
  1         53  
3 1     1   17 use Acme::MetaSyntactic::MultiList;
  1         7  
  1         101  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::thunderbirds - Thunderbirds are GO!
12              
13             =head1 DESCRIPTION
14              
15             Items related to the 1960s I TV series I.
16              
17             This list contains 5 categories: C, C, C,
18             C, and C. The latter category has two subcategories,
19             C for novels about the Thunderbirds, and
20             C, the novels starring Lady Penelope.
21              
22             The default category is C.
23              
24             =head1 SOURCES
25              
26             L,
27             L.
28              
29             =head1 CONTRIBUTOR
30              
31             Abigail
32              
33             =head1 CHANGES
34              
35             =over 4
36              
37             =item *
38              
39             2012-05-07 - v1.000
40              
41             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
42              
43             =item *
44              
45             2006-10-16
46              
47             Introduced in Acme-MetaSyntactic version 0.96.
48              
49             =item *
50              
51             2006-05-13
52              
53             Submitted by Abigail.
54              
55             =back
56              
57             =head1 SEE ALSO
58              
59             L, L.
60              
61             =cut
62              
63             __DATA__