File Coverage

blib/lib/Acme/MetaSyntactic/buffy.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::buffy;
2 1     1   75636 use strict;
  1         10  
  1         39  
3 1     1   7 use Acme::MetaSyntactic::List;
  1         2  
  1         78  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::buffy - The Buffy theme
14              
15             =head1 DESCRIPTION
16              
17             The characters from London.pm's favorite serial.
18             Courtesy of L.
19              
20             =head1 CONTRIBUTOR
21              
22             Rafael Garcia-Suarez.
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2012-05-07 - v1.000
31              
32             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
33              
34             =item *
35              
36             2006-05-31
37              
38             Mail from John Horner informing of the new address of the buffyology web site.
39              
40             =item *
41              
42             2005-02-07
43              
44             Introduced in Acme-MetaSyntactic version 0.09.
45              
46             =item *
47              
48             2005-02-04
49              
50             List proposed by Rafaël Garcia-Suarez.
51              
52             =back
53              
54             =head1 SEE ALSO
55              
56             L, L.
57              
58             =cut
59              
60             __DATA__