File Coverage

blib/lib/Acme/MetaSyntactic/magma.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::magma;
2 1     1   82478 use strict;
  1         13  
  1         49  
3 1     1   13 use Acme::MetaSyntactic::MultiList;
  1         2  
  1         88  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding utf8
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::magma - The Magma theme
14              
15             =head1 DESCRIPTION
16              
17             This theme list the song titles of the Magma band.
18              
19             The band was created in 1969 by Christian Vander and is still
20             touring in 2012.
21              
22             Some links:
23              
24             =over 4
25              
26             =item *
27              
28             L
29              
30             =item *
31              
32             L
33              
34             =item *
35              
36             L
37              
38             =back
39              
40             =head1 CONTRIBUTOR
41              
42             Philippe "BooK" Bruhat.
43              
44             =head1 CHANGES
45              
46             =over 4
47              
48             =item *
49              
50             2012-10-15 - v1.001
51              
52             Updated with the songs from the album Félicité Thösz, and
53             published in Acme-MetaSyntactic-Themes version 1.023.
54              
55             =item *
56              
57             2012-05-07 - v1.000
58              
59             Updated with the songs from the album Ëmëhntëhtt-Rê, and
60             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
61              
62             =item *
63              
64             2006-10-30
65              
66             Introduced in Acme-MetaSyntactic version 0.98.
67              
68             =back
69              
70             =head1 SEE ALSO
71              
72             L, L.
73              
74             =cut
75              
76             __DATA__