File Coverage

blib/lib/Acme/MetaSyntactic/colours.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::colours;
2 1     1   452 use strict;
  1         3  
  1         26  
3 1     1   13 use Acme::MetaSyntactic::Locale;
  1         7  
  1         66  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.003';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::colours - The colours theme
14              
15             =head1 DESCRIPTION
16              
17             This theme list several colour names.
18              
19             Note: this theme is aliased by C.
20              
21             =head1 CONTRIBUTORS
22              
23             José Castro, Abigail, Philippe Bruhat (BooK).
24              
25             =head1 CHANGES
26              
27             =over 4
28              
29             =item *
30              
31             2012-06-04 - v1.003
32              
33             Abigail added the color codes for resistors in English, Catalan, Danish,
34             Dutch, Estonian, Spanish and French
35             in Acme-MetaSyntactic-Themes version 1.004.
36              
37             =item *
38              
39             2012-05-21 - v1.002
40              
41             Abigail added the seven colours of the rainbow in English, Dutch, German,
42             French, Spanish, Esperanto, Latin, Italian, Polish, Tagalog, Swedish,
43             Portuguese, Danish, and Interlingua
44             in Acme-MetaSyntactic-Themes version 1.002.
45              
46             =item *
47              
48             2012-05-14 - v1.001
49              
50             Updated with an C<=encoding> pod command
51             in Acme-MetaSyntactic-Themes version 1.001.
52              
53             =item *
54              
55             2012-05-07 - v1.000
56              
57             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
58              
59             =item *
60              
61             2006-06-05
62              
63             Made multilingual in Acme-MetaSyntactic version 0.77,
64             with the large list of colours submitted by Abigail,
65             several translations by José Castro,
66             and the X11 colors lying in F
67             by Philippe Bruhat (BooK).
68              
69             =item *
70              
71             2006-05-29
72              
73             Introduced in Acme-MetaSyntactic version 0.76,
74             with the twelve colours proposed by José Castro.
75              
76             =item *
77              
78             2005-10-20
79              
80             Theme I submitted by Abigail,
81             based on L.
82              
83             =item *
84              
85             2005-10-13
86              
87             Theme I submitted by José Castro.
88              
89             =back
90              
91             =head1 SEE ALSO
92              
93             L, L.
94              
95             =cut
96              
97             __DATA__