File Coverage

blib/lib/Acme/MetaSyntactic/constellations.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::constellations;
2 1     1   310970 use strict;
  1         5  
  1         38  
3 1     1   7 use Acme::MetaSyntactic::List;
  1         2  
  1         84  
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::constellations - The constellations theme
12              
13             =head1 DESCRIPTION
14              
15             The 88 modern constellations.
16              
17             List taken from
18             L.
19              
20             =head1 CONTRIBUTOR
21              
22             Philippe "BooK" Bruhat.
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2012-05-07 - v1.000
31              
32             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
33              
34             =item *
35              
36             2005-10-17
37              
38             Introduced in Acme-MetaSyntactic version 0.44.
39              
40             =item *
41              
42             2005-08-24
43              
44             The IRC conversation that lead to L
45             inevitably lead to this theme also.
46              
47             =back
48              
49             =head1 SEE ALSO
50              
51             L, L.
52              
53             =cut
54              
55             __DATA__