File Coverage

blib/lib/Acme/MetaSyntactic/pumpkings.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::pumpkings;
2 1     1   120544 use strict;
  1         13  
  1         53  
3 1     1   11 use Acme::MetaSyntactic::MultiList;
  1         11  
  1         100  
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::pumpkings - The pumpkings theme
12              
13             =head1 DESCRIPTION
14              
15             This is the list of the Perl Pumpkings, as listed in perlhist(1).
16              
17             The names are the pumpkings PAUSE id (except for C, which was
18             changed to C).
19              
20             =head1 CONTRIBUTOR
21              
22             Rafael Garcia-Suarez.
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2012-05-07 - v1.000
31              
32             Updated with new pumpkings since 2006, and
33             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
34              
35             =item *
36              
37             2006-05-15
38              
39             Turned into a multilist (separate lists for different versions of Perl)
40             by Abigail in Acme-MetaSyntactic version 0.74.
41              
42             =item *
43              
44             2005-03-21
45              
46             Introduced in Acme-MetaSyntactic version 0.14.
47              
48             =back
49              
50             =head1 SEE ALSO
51              
52             L, L.
53              
54             =cut
55              
56             __DATA__