File Coverage

blib/lib/Acme/MetaSyntactic/jamesbond.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::jamesbond;
2 1     1   87023 use strict;
  1         8  
  1         57  
3 1     1   12 use Acme::MetaSyntactic::MultiList;
  1         7  
  1         99  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::jamesbond - The James Bond theme
12              
13             =head1 DESCRIPTION
14              
15             Items related to the James Bond movies.
16              
17             This list contains the following categories and sub categories:
18             C (Bond movies), C (Bond novels, with sub categories
19             C (novels by Ian Fleming), C (novels by John Gardner),
20             and C (novels by Raymond Benson)),
21             C (actors playing Bond), C (actresses playing Bond girls),
22             C (villains from Bond movies), C (vehicles used
23             by Bond, with sub categories: C, C, C, C,
24             and C), and C (firearms used by Bond).
25              
26             The default category is C.
27              
28             =head1 CONTRIBUTORS
29              
30             Philippe Bruhat (BooK), Abigail
31              
32             =head1 CHANGES
33              
34             =over 4
35              
36             =item *
37              
38             2012-05-07 - v1.000
39              
40             Updated with movie titles and actresses since 2006, and received its
41             own version number in Acme-MetaSyntactic-Themes version 1.000.
42              
43             =item *
44              
45             2006-05-29
46              
47             Updated in Acme-MetaSyntactic version 0.76 with categories I,
48             I (with subcategories I, I, I,
49             I, and I), and I, all provided by Abigail
50             on 2006-05-22.
51              
52             =item *
53              
54             2006-04-17
55              
56             Updated in Acme-MetaSyntactic version 0.70 (that's 0.07 shifted left)
57             with categories I and I. Both lists were provided by Abigail
58             as I (actors playing James Bond) and I (actresses
59             playing Bond girls) on 2005-10-24.
60              
61             =item *
62              
63             2005-10-24
64              
65             Updated in Acme-MetaSyntactic version 0.45.
66              
67             =item *
68              
69             2005-01-31
70              
71             Introduced in Acme-MetaSyntactic version 0.07 (heh).
72              
73             =back
74              
75             =head1 SEE ALSO
76              
77             L, L.
78              
79             =cut
80              
81             __DATA__