File Coverage

blib/lib/Acme/MetaSyntactic/pynchon.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::pynchon;
2 1     1   100177 use strict;
  1         10  
  1         53  
3 1     1   13 use Acme::MetaSyntactic::List;
  1         13  
  1         98  
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::pynchon - The Pynchon theme
12              
13             =head1 DESCRIPTION
14              
15             Character names from Thomas Pynchon's books.
16              
17             David Landgren not only named all the machines in the C
18             domain (C, C and C) after characters from
19             Thomas Pynchon's books, but also provided a first list.
20              
21             The pynchon list will probably grow in future versions, as David goes
22             through his books.
23              
24             =head1 CONTRIBUTOR
25              
26             David Landgren.
27              
28             =head1 CHANGES
29              
30             =over 4
31              
32             =item *
33              
34             2012-05-07 - v1.000
35              
36             Received its own version number in Acme-MetaSyntactic-Themes version 1.000,
37             published on May 7, 2012.
38              
39             =item *
40              
41             2005-09-26
42              
43             Updated by David Landgren in Acme-MetaSyntactic version 0.41.
44              
45             =item *
46              
47             2005-01-14
48              
49             Introduced in Acme-MetaSyntactic version 0.03.
50              
51             =back
52              
53             =head1 SEE ALSO
54              
55             L, L.
56              
57             =cut
58              
59             __DATA__