File Coverage

blib/lib/Acme/MetaSyntactic/scooby_doo.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::scooby_doo;
2 1     1   131112 use strict;
  1         10  
  1         51  
3 1     1   16 use Acme::MetaSyntactic::Locale;
  1         4  
  1         111  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::scooby_doo - The Scooby Doo theme
12              
13             =head1 DESCRIPTION
14              
15             Characters from the Scooby-Doo serial.
16              
17             =head1 CONTRIBUTOR
18              
19             Michel Rodriguez
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2012-05-07 - v1.000
28              
29             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
30              
31             =item *
32              
33             2006-06-12
34              
35             Introduced in Acme-MetaSyntactic version 0.78.
36              
37             =item *
38              
39             2005-01-16
40              
41             List proposed by Michel Rodriguez.
42              
43             =back
44              
45             =head1 SEE ALSO
46              
47             L, L.
48              
49             =cut
50              
51             __DATA__