File Coverage

blib/lib/Acme/MetaSyntactic/muses.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::muses;
2 1     1   79969 use strict;
  1         11  
  1         49  
3 1     1   11 use Acme::MetaSyntactic::Locale;
  1         10  
  1         87  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = 1.001;
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::muses - Greek Muses
12              
13             =head1 DESCRIPTION
14              
15             The nine muses from Greek mythology.
16              
17             =head1 CONTRIBUTORS
18              
19             Abigail, Philippe Bruhat (BooK)
20              
21             =head1 CHANGES
22              
23             =over 4
24              
25             =item *
26              
27             2012-05-21 - v1.001
28              
29             Made multilingual. Added translations for I, I, I, I,
30             I, I, I (the default), I, I, I.
31              
32             Published in Acme-MetaSyntactic-Themes version 1.002.
33              
34             =item *
35              
36             2012-05-14 - v1.000
37              
38             Introduced in Acme-MetaSyntactic-Themes version 1.001.
39              
40             =item *
41              
42             2005-10-24
43              
44             Submitted by Abigail.
45              
46             =back
47              
48             =head1 SEE ALSO
49              
50             L, L.
51              
52             =cut
53              
54             __DATA__