File Coverage

blib/lib/Acme/MetaSyntactic/mars.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::mars;
2 1     1   107369 use strict;
  1         9  
  1         38  
3 1     1   10 use Acme::MetaSyntactic::List;
  1         4  
  1         79  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::mars - The mars theme
12              
13             =head1 DESCRIPTION
14              
15             This theme provides the list of the names of planet Mars,
16             as they appear in Kim Stanley Robinson's I trigoly.
17              
18             =head1 CONTRIBUTOR
19              
20             Laurent Gautrot.
21              
22             =head1 CHANGES
23              
24             =over 4
25              
26             =item *
27              
28             2012-07-31 - v1.000
29              
30             Introduced in Acme-MetaSyntactic-Themes version 1.012
31             (published one day late).
32              
33             =item *
34              
35             2006-05-31
36              
37             List proposed by Laurent Gautrot.
38              
39             =back
40              
41             =head1 SEE ALSO
42              
43             L, L.
44              
45             =cut
46              
47             __DATA__