File Coverage

blib/lib/Acme/MetaSyntactic/smurfs.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::smurfs;
2 1     1   104681 use strict;
  1         13  
  1         56  
3 1     1   16 use Acme::MetaSyntactic::List;
  1         13  
  1         105  
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::smurfs - Smurfs
12              
13             =head1 DESCRIPTION
14              
15             Various of the smurfs (and supporting characters).
16              
17             =head1 CONTRIBUTOR
18              
19             Abigail
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2012-07-23 - v1.000
28              
29             Introduced in Acme-MetaSyntactic-Themes version 1.011.
30              
31             =item *
32              
33             2006-05-16
34              
35             Theme proposed independently by Flavio Poletti.
36              
37             =item *
38              
39             2005-11-01
40              
41             Submitted by Abigail.
42              
43             =back
44              
45             =head1 SEE ALSO
46              
47             L, L.
48              
49             =cut
50              
51             __DATA__