File Coverage

blib/lib/Acme/MetaSyntactic/alice.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::alice;
2 1     1   79739 use strict;
  1         12  
  1         40  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         2  
  1         111  
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::alice - Alice in Wonderland/Through the Looking Glass
12              
13             =head1 DESCRIPTION
14              
15             Characters from both I and I.
16              
17             References:
18             L,
19             L.
20              
21             =head1 CONTRIBUTOR
22              
23             Abigail
24              
25             =head1 DEDICATION
26              
27             Philippe dedicates this module to his eldest daughter, Alice,
28             for her fifth birthday.
29              
30             =head1 CHANGES
31              
32             =over 4
33              
34             =item *
35              
36             2012-06-18 - v1.000
37              
38             Introduced in Acme-MetaSyntactic-Themes version 1.006.
39              
40             =item *
41              
42             2012-06-12
43              
44             Alice Bruhat-Souche turns 5.
45              
46             =item *
47              
48             2005-10-24
49              
50             Submitted by Abigail.
51              
52             =back
53              
54             =head1 SEE ALSO
55              
56             L, L,
57              
58             =cut
59              
60             #
61             # Is the list of characters for Through the Looking Glass complete?
62             # First characters mentioned are 'Hatta' and 'Haigha', alternative names
63             # for 'Mad Hatter' and 'March Hare'.
64             #
65             # Note also that we removed all the 'the' prefixes of the characters.
66             #
67              
68             __DATA__