File Coverage

blib/lib/Acme/MetaSyntactic/charlies_angels.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::MetaSyntactic::charlies_angels;
2              
3 1     1   114536 use strict;
  1         6  
  1         46  
4 1     1   10 use warnings;
  1         2  
  1         62  
5 1     1   6 no warnings 'syntax';
  1         2  
  1         59  
6              
7 1     1   11 use Acme::MetaSyntactic::MultiList;
  1         5  
  1         98  
8             our @ISA = qw [Acme::MetaSyntactic::MultiList];
9              
10             our $VERSION = '2012052101';
11             __PACKAGE__ -> init();
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::charlies_angels - Charlie's Angels
18              
19             =head1 DESCRIPTION
20              
21             Charlie's Angels was a popular detective series in the late 1970s and
22             early 1980s. This module provides a few (sub)themes: C<< first >>,
23             C<< full >>, C<< actress >>, C<< male_character >> and C<< actor >>.
24             The first three themes can be subdivided into C<< season1 >> to
25             C<< season5 >>.
26              
27             Each of the five seasons had three Angels, and in total six Angels appeared:
28              
29             Actress Angel Season(s)
30              
31             Kate Jackson Sabrina Duncan 1-3
32             Farrah Fawcett-Majors Jill Munroe 1
33             Jaclyn Smith Kelly Garrett 1-5
34             Cheryl Ladd Kris Munroe 2-5
35             Shelly Hack Tiffany Welles 4
36             Tanya Roberts Julie Rogers 5
37              
38             The C<< first >> subtheme (which is the default) lists the first names of
39             the Angels; C<< first/season1 >> lists the first names of the angles of
40             the first season, etc. The C<< full >> subtheme lists the full names of the
41             Angels. C<< actress >> lists the name of the actresses. Each of them can
42             be restricted to the certain season.
43              
44             Two other main characters were male roles, and remained constant over the
45             series:
46              
47             Actor Character Season(s)
48              
49             David Doyle John Bosley 1-5
50             John Forsythe Charlie Townsend 1-5
51              
52             The subthemes C<< actor >> and C<< male_character >> list them; they cannot
53             be subdivided into seasons.
54              
55             =head1 SEE ALSO
56              
57             L, L.
58              
59             =head1 AUTHOR
60              
61             Abigail, L<< mailto:cpan@abigail.be >>.
62              
63             =head1 COPYRIGHT and LICENSE
64              
65             Copyright (C) 2012 by Abigail.
66              
67             Permission is hereby granted, free of charge, to any person obtaining a
68             copy of this software and associated documentation files (the "Software"),
69             to deal in the Software without restriction, including without limitation
70             the rights to use, copy, modify, merge, publish, distribute, sublicense,
71             and/or sell copies of the Software, and to permit persons to whom the
72             Software is furnished to do so, subject to the following conditions:
73              
74             The above copyright notice and this permission notice shall be included
75             in all copies or substantial portions of the Software.
76              
77             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
80             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
81             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
82             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
83             THE SOFTWARE.
84              
85              
86             =cut
87              
88             __DATA__