File Coverage

blib/lib/Acme/MetaSyntactic/magicroundabout.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::magicroundabout;
2 1     1   78623 use strict;
  1         13  
  1         44  
3 1     1   16 use Acme::MetaSyntactic::Locale;
  1         9  
  1         92  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::magicroundabout - The Magic Round-About theme
14              
15             =head1 DESCRIPTION
16              
17             Characters from the Magic Round About children television series.
18              
19             =head1 CONTRIBUTOR
20              
21             Cédric Bouvier, C<< >>.
22              
23             =head1 CHANGES
24              
25             =over 4
26              
27             =item *
28              
29             2012-05-14 - v1.001
30              
31             Updated with an C<=encoding> pod command in version 1.001.
32              
33             =item *
34              
35             2012-05-07 - v1.000
36              
37             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
38              
39             =item *
40              
41             2005-05-30
42              
43             Introduced in Acme-MetaSyntactic version 0.24.
44              
45             =item *
46              
47             2005-04-06
48              
49             Submitted by Cédric Bouvier.
50              
51             =back
52              
53             =head1 SEE ALSO
54              
55             L, L.
56              
57             =cut
58              
59             __DATA__