File Coverage

blib/lib/Acme/MetaSyntactic/peter_and_the_wolf.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::peter_and_the_wolf;
2              
3 1     1   94786 use strict;
  1         6  
  1         55  
4 1     1   12 use warnings;
  1         9  
  1         70  
5 1     1   5 no warnings 'syntax';
  1         5  
  1         44  
6              
7 1     1   6 use Acme::MetaSyntactic::MultiList;
  1         2  
  1         94  
8             our @ISA = qw [Acme::MetaSyntactic::MultiList];
9              
10             our $VERSION = '2013072602';
11             __PACKAGE__ -> init ();
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::peter_and_the_wolf - Characters from Peter and the Wolf
18              
19             =head1 DESCRIPTION
20              
21             This C<< Acme::MetaSyntactic >> theme lists the character from the
22             story I<< Peter and the Wolf >>, a Russian childrens story written
23             in 1936 by Sergei Prokofiev. Traditionally, the story is told by a
24             narrator, with the help of an orchestra. Each character has its own
25             particular instrument.
26              
27             The default subtheme is C<< characters >>, which gives you the
28             characters of the story. The subtheme C<< instruments >> give you
29             the instruments of the characters.
30              
31             This module is part of the set of C<< Acme::MetaSyntactic >> themes
32             found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
33              
34             =head1 SEE ALSO
35              
36             L, L.
37              
38             =head1 AUTHOR
39              
40             Abigail, L<< mailto:cpan@abigail.be >>.
41              
42             =head1 COPYRIGHT and LICENSE
43              
44             Copyright (C) 2013 by Abigail.
45              
46             Permission is hereby granted, free of charge, to any person obtaining a
47             copy of this software and associated documentation files (the "Software"),
48             to deal in the Software without restriction, including without limitation
49             the rights to use, copy, modify, merge, publish, distribute, sublicense,
50             and/or sell copies of the Software, and to permit persons to whom the
51             Software is furnished to do so, subject to the following conditions:
52              
53             The above copyright notice and this permission notice shall be included
54             in all copies or substantial portions of the Software.
55              
56             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
59             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
60             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
61             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62             THE SOFTWARE.
63              
64              
65             =cut
66              
67             __DATA__