File Coverage

blib/lib/Acme/MetaSyntactic/pie.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::pie;
2 1     1   115989 use strict;
  1         7  
  1         48  
3 1     1   15 use Acme::MetaSyntactic::List;
  1         7  
  1         91  
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::pie - The pie theme
12              
13             =head1 DESCRIPTION
14              
15             A list of English pies.
16              
17             "Isle of Skye" is, apparently cockney rhyming slang for pie.
18              
19             =head1 CONTRIBUTOR
20              
21             Nicholas Clark
22              
23             =head1 CHANGES
24              
25             =over 4
26              
27             =item *
28              
29             2012-05-07 - v1.000
30              
31             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
32              
33             =item *
34              
35             2006-08-07
36              
37             Introduced in Acme-MetaSyntactic version 0.86.
38              
39             =item *
40              
41             2005-11-28
42              
43             List proposed by Nicholas Clark.
44              
45             =back
46              
47             =head1 SEE ALSO
48              
49             L, L.
50              
51             =cut
52              
53             __DATA__