File Coverage

blib/lib/Acme/MetaSyntactic/booze.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::booze;
2 1     1   76204 use strict;
  1         6  
  1         39  
3 1     1   12 use Acme::MetaSyntactic::List;
  1         2  
  1         79  
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::booze - The booze theme (not for teetotalers)
12              
13             =head1 DESCRIPTION
14              
15             Types of alcoholic beverages.
16              
17             =head1 CONTRIBUTOR
18              
19             Nicholas Clark, after seeing BooK's talk at YAPC::Europe 2005 and amazed
20             that there was such an obvious omission.
21              
22             =head1 BUGS
23              
24             This list is incomplete. I try to drink my way further along, but I forget
25             where I get to. C<%-)>
26              
27             =head1 CHANGES
28              
29             =over 4
30              
31             =item *
32              
33             2012-05-07 - v1.000
34              
35             Updated with Chartreuse (incredible omission!), and
36             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
37              
38             =item *
39              
40             2005-12-05
41              
42             Updated in Acme-MetaSyntactic version 0.51
43             (thus closing RT ticket #16256 opened by David Landgren).
44              
45             =item *
46              
47             2005-10-24
48              
49             Introduced in Acme-MetaSyntactic version 0.45.
50              
51             =item *
52              
53             2005-09-08
54              
55             Submitted by Nicholas Clark.
56              
57             =back
58              
59             =head1 SEE ALSO
60              
61             L, L.
62              
63             =cut
64              
65             __DATA__