File Coverage

blib/lib/Acme/MetaSyntactic/groo.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::groo;
2 1     1   77569 use strict;
  1         16  
  1         34  
3 1     1   7 use Acme::MetaSyntactic::List;
  1         6  
  1         79  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::groo - The Groo the Wanderer theme
14              
15             =head1 DESCRIPTION
16              
17             A list of characters from the I long-running
18             comic-book authored by Sergio Aragonès and Mark Evanier.
19              
20             If you are interested in Groo, you should have a look at
21             L, L and
22             L.
23              
24             =head1 CONTRIBUTOR
25              
26             Philippe "BooK" Bruhat.
27              
28             =head1 CHANGES
29              
30             =over 4
31              
32             =item *
33              
34             2012-05-14 - v1.001
35              
36             Updated with an C<=encoding> pod command in version 1.001.
37              
38             =item *
39              
40             2012-05-07 - v1.000
41              
42             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
43              
44             =item *
45              
46             2006-07-10
47              
48             Corrected a typo in Acme-MetaSyntactic version 0.82.
49              
50             =item *
51              
52             2005-06-21
53              
54             Introduced in Acme-MetaSyntactic version 0.27.
55              
56             =back
57              
58             =head1 SEE ALSO
59              
60             L, L.
61              
62             =cut
63              
64             __DATA__