File Coverage

blib/lib/Acme/MetaSyntactic/weekdays.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::weekdays;
2 1     1   105306 use strict;
  1         14  
  1         58  
3 1     1   20 use Acme::MetaSyntactic::Locale;
  1         13  
  1         85  
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::weekdays - The days of the week theme
12              
13             =head1 DESCRIPTION
14              
15             Days of the week, in various languages.
16             (Some letters have been brutally transliterated to us-ascii.)
17              
18             See L, for
19             many other languages.
20              
21             =head1 CONTRIBUTORS
22              
23             Abigail (English).
24              
25             Gisbert W. Selke (Egyptian Arabic, Bulgarian, Czech, Modern Greek,
26             Esperanto, Gaelic, Japanese, Norwegian, Russian and Tagalog).
27              
28             Philippe "BooK" Bruhat (all the others languages, many thanks to Estelle
29             Souche for her help with the Yiddish names).
30              
31             =head1 CHANGES
32              
33             =over 4
34              
35             =item *
36              
37             2012-05-07 - v1.000
38              
39             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
40              
41             =item *
42              
43             2006-05-15
44              
45             Ten new languages added by Gisbert W. Selke
46             in Acme-MetaSyntactiuc version 0.74.
47              
48             =item *
49              
50             2006-01-02
51              
52             Made multilingual in Acme-MetaSyntactic version 0.55.
53              
54             =item *
55              
56             2005-12-05
57              
58             Introduced in Acme-MetaSyntactic version 0.51.
59              
60             =item *
61              
62             2005-10-20
63              
64             Submitted by Abigail (English names).
65              
66             =back
67              
68             =head1 SEE ALSO
69              
70             L, L.
71              
72             =cut
73              
74             __DATA__