File Coverage

blib/lib/Acme/MetaSyntactic/planets.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::planets;
2 1     1   97487 use strict;
  1         13  
  1         52  
3 1     1   17 use Acme::MetaSyntactic::Locale;
  1         8  
  1         115  
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::planets - The planets theme
12              
13             =head1 DESCRIPTION
14              
15             The nine planets of our solar system.
16              
17             The status of the newly discovered Kuiper belt object (2003 UB313) is
18             still not determined (and therefore, not officially named), and hence,
19             not classified as a planet.
20              
21             Pluto is not a planet any more.
22              
23             =head1 CONTRIBUTOR
24              
25             Abigail
26              
27             =head1 CHANGES
28              
29             =over 4
30              
31             =item *
32              
33             2012-05-07
34              
35             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
36              
37             =item *
38              
39             2006-08-28
40              
41             Updated to remove Pluto in Acme-MetaSyntactic version 0.89.
42              
43             =item *
44              
45             2006-05-15
46              
47             Updated to 42 languages by Abigail in Acme-MetaSyntactic version 0.74.
48              
49             =item *
50              
51             2006-05-08
52              
53             Made multilingual in Acme-MetaSyntactic version 0.73.
54              
55             =item *
56              
57             2006-02-27
58              
59             Introduced in Acme-MetaSyntactic version 0.63.
60              
61             =item *
62              
63             2005-10-27
64              
65             Submitted by Abigail.
66              
67             =back
68              
69             =head1 SEE ALSO
70              
71             L, L.
72              
73             =cut
74              
75             __DATA__