File Coverage

blib/lib/Acme/MetaSyntactic/colors.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::colors;
2 1     1   88274 use strict;
  1         3  
  1         32  
3 1     1   421 use Acme::MetaSyntactic::Alias;
  1         668  
  1         70  
4             our @ISA = qw( Acme::MetaSyntactic::Alias );
5             our $VERSION = '1.001';
6             __PACKAGE__->init('colours');
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::colors - The colors theme
12              
13             =head1 DESCRIPTION
14            
15             This theme is just an alias of the C theme, to please the
16             speakers of the various dialects of English. C<;-)>
17              
18             =head1 CONTRIBUTOR
19              
20             Philippe Bruhat
21              
22             =head1 CHANGES
23              
24             =over 4
25              
26             =item *
27              
28             2012-07-23 - v1.001
29              
30             C to make Acme-MetaSyntactic-Themes version 1.011
31             satisfy all required CPANTS kwalitee tests.
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-06-05
42              
43             Introduced in Acme-MetaSyntactic version 0.77.
44              
45             =back
46              
47             =head1 SEE ALSO
48              
49             L, L,
50             L.
51              
52             =cut
53            
54             # no __DATA__ section required!
55