File Coverage

blib/lib/Acme/MetaSyntactic/pooh.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::pooh;
2 1     1   103178 use strict;
  1         8  
  1         49  
3 1     1   16 use Acme::MetaSyntactic::List;
  1         8  
  1         99  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::pooh - The characters from I theme
14              
15             =head1 DESCRIPTION
16              
17             Characters from the classics I (1926)
18             and I (1928), by A. A. Milne.
19              
20             =head1 BUGS
21              
22             Disney shouldn't have touched Pooh.
23              
24             =head1 NOT A BUG
25              
26             I is the correct spelling, no matter what Disney says.
27              
28             =head1 CONTRIBUTORS
29              
30             Abigail, Léon Brocard.
31              
32             =head1 CHANGES
33              
34             =over 4
35              
36             =item *
37              
38             2012-05-07 - v1.000
39              
40             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
41              
42             =item *
43              
44             2006-03-06
45              
46             Updated in Acme-MetaSyntactic version 0.64.
47              
48             =item *
49              
50             2006-02-16
51              
52             Abigail sent a patch with a few additions.
53              
54             =item *
55              
56             2006-02-13
57              
58             Introduced in Acme-MetaSyntactic version 0.61.
59              
60             =item *
61              
62             2005-11-03
63              
64             Submitted independently by Leon Brocard, with a few additions.
65              
66             =item *
67              
68             2005-10-27
69              
70             Submitted by Abigail.
71              
72             =back
73              
74             =head1 SEE ALSO
75              
76             L, L.
77              
78             =cut
79              
80             __DATA__