File Coverage

blib/lib/Acme/CPANAuthors/InMemoriam.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::InMemoriam;
2 6     6   70574 use strict;
  6         41  
  6         153  
3 6     6   28 use warnings;
  6         14  
  6         178  
4              
5             {
6 6     6   28 no strict "vars";
  6         15  
  6         410  
7             $VERSION = "1.06";
8             }
9              
10             use Acme::CPANAuthors::Register (
11              
12             # Our fallen heroes, may they never be forgotten
13              
14 6         37 'AMORETTE' => 'Hojung Yoon',
15             'ANDREWF' => 'Andrew Ford',
16             'CKARG' => 'Christian Karg',
17             'ENCRYPTIO' => 'Chris Kastorff',
18             'GARYAJ' => 'Gary Ashton-Jones',
19             'GMCCAR' => 'Greg McCarroll',
20             'IVORW' => 'Ivor Williams',
21             'JAITKEN' => 'James Aitken',
22             'NI-S' => 'Nick Ing-Simmons',
23             'NOBULL' => 'Brian McCauley',
24             'RKOBES' => 'Randy Kobes',
25             'SCHOP' => 'Ariel Brosh',
26             'SPOON' => 'Iain Truskett',
27             'SUGMAK' => 'Makoto Sugiyama',
28             'TADMC' => 'Tad McClellan',
29             'VSARKISS' => 'Vahe Sarkissian'
30              
31 6     6   2221 );
  6         1309  
32              
33             q<
34             summer has come and passed
35             the innocent can never last
36             wake me up when September ends
37              
38             ring out the bells again
39             like we did when spring began
40             wake me up when September ends
41              
42             Lyrics copyright Green Daze Music, Billie Joe Armstrong, Frank Edwin Wright III, Michael Pritchard.
43             >
44              
45             __END__