File Coverage

blib/lib/Acme/MetaSyntactic/magic8ball.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::magic8ball;
2 1     1   77954 use strict;
  1         8  
  1         46  
3 1     1   13 use Acme::MetaSyntactic::List;
  1         2  
  1         89  
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::magic8ball - The magic8ball theme
12              
13             =head1 DESCRIPTION
14              
15             The legendary fortune-telling toy, in yet another computer
16             programmed incarnation, this time using Acme::MetaSyntactic!
17              
18             This metasyntactic Magic 8 Ball may be nice, even useful for
19             important choices in your life, but be sure to ask the Public
20             8 Ball as well: L.
21              
22             The Magic 8 Ball answers list can be found here
23             L and here
24             L and here
25             L.
26              
27             =head1 CONTRIBUTOR
28              
29             Philippe "BooK" Bruhat.
30              
31             =head1 CHANGES
32              
33             =over 4
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             2005-05-30
44              
45             Corrected (4 items were missing)
46             in Acme-MetaSyntactic version 0.24.
47              
48             =item *
49              
50             2005-04-25
51              
52             Introduced in Acme-MetaSyntactic version 0.19.
53              
54             =back
55              
56             =head1 SEE ALSO
57              
58             L, L.
59              
60             =cut
61              
62             __DATA__