File Coverage

blib/lib/Acme/MetaSyntactic/pantagruel.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::pantagruel;
2 1     1   81091 use strict;
  1         10  
  1         148  
3 1     1   13 use Acme::MetaSyntactic::List;
  1         2  
  1         97  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::pantagruel - The Pantagruel theme
14              
15             =head1 DESCRIPTION
16              
17             Pantagruel's genealogy.
18              
19             List taken from I, chapter 2, by Maistre Françoys Rabelais.
20              
21             =head1 CONTRIBUTOR
22              
23             Rafael Garcia-Suarez
24              
25             =head1 CHANGES
26              
27             =over 4
28              
29             =item *
30              
31             2012-05-14 - v1.001
32              
33             Updated with an C<=encoding> pod command in version 1.001.
34              
35             =item *
36              
37             2012-05-07 - v1.000
38              
39             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
40              
41             =item *
42              
43             2006-05-01
44              
45             Introduced in Acme-MetaSyntactic version 0.72.
46              
47             =item *
48              
49             2006-03-23
50              
51             Initial list proposed by Rafaël Garcia-Suarez.
52              
53             =back
54              
55             =head1 SEE ALSO
56              
57             L, L.
58              
59             =cut
60              
61             __DATA__