File Coverage

blib/lib/Acme/MetaSyntactic/batman.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::batman;
2 1     1   75437 use strict;
  1         4  
  1         38  
3 1     1   6 use Acme::MetaSyntactic::MultiList;
  1         1  
  1         82  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::batman - The batman theme
12              
13             =head1 DESCRIPTION
14              
15             The fight sound effects from the 60s serial.
16              
17             All the bat sounds come from this page:
18             L
19              
20             You can find photos of the serie's onomatopoeias here:
21             L.
22              
23             The cast, characters, and cameo lists comes from
24             L.
25              
26             =head1 CONTRIBUTOR
27              
28             Philippe Bruhat (BooK).
29              
30             =head1 CHANGES
31              
32             =over 4
33              
34             =item *
35              
36             2017-06-12 - v1.001
37              
38             Updated with the cast, characters, and cameos from the Batman television series
39             in Acme-MetaSyntactic-Themes version 1.050.
40              
41             This update is a tribute to Adam West, who passed away on June 9, 2017.
42              
43             =item *
44              
45             2012-05-07 - v1.000
46              
47             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
48              
49             =item *
50              
51             2005-01-14
52              
53             Introduced in Acme-MetaSyntactic version 0.01.
54              
55             =back
56              
57             =head1 SEE ALSO
58              
59             L, L.
60              
61             =cut
62              
63             __DATA__