File Coverage

blib/lib/Acme/MetaSyntactic/sodor.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::sodor;
2              
3 1     1   90495 use strict;
  1         5  
  1         45  
4 1     1   5 use warnings;
  1         5  
  1         62  
5 1     1   5 no warnings 'syntax';
  1         5  
  1         60  
6              
7 1     1   9 use Acme::MetaSyntactic::MultiList;
  1         6  
  1         134  
8             our @ISA = qw [Acme::MetaSyntactic::MultiList];
9              
10             our $VERSION = '2012051701';
11             __PACKAGE__ -> init();
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::sodor - Characters from The Railway Series
18              
19             =head1 DESCRIPTION
20              
21             This C<< Acme::MetaSyntactic >> theme contains the characters from
22             I<< The Railway Series >>, also known as I<< Thomas the Tank Engine >>
23             and friends. The Railway Series is situated on the fictional island
24             I<< Sodor >>, hence the name of the theme.
25              
26             The characters in this theme are based on the books; this may differ
27             slightly from the TV series.
28              
29             This module contains a couple of (sub) themes:
30              
31             =over 1
32              
33             =item C<< steam_engines >>
34              
35             This is the default theme, and lists the main steam engines in the books.
36              
37             =item C<< diesel_engines >>
38              
39             This subtheme lists the important diesel engines from the books.
40              
41             =item C<< rolling_stock >>
42              
43             This subtheme lists the important rolling stock.
44              
45             =item C<< narrow gauge >>
46              
47             This subtheme lists the engines from the narrow gauge I<< Skarloey Railway >>.
48              
49             =item C<< humans >>
50              
51             A subtheme just for the I<< Fat Controller >>
52              
53             =item C<< other >>
54              
55             A couple of other important, non-railroad, characters.
56              
57             =back
58              
59             This module is part of the set of C<< Acme::MetaSyntactic >> themes
60             found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
61              
62             =head1 SEE ALSO
63              
64             L, L.
65              
66             =head1 BUGS
67              
68             Minor characters are not listed.
69              
70             =head1 AUTHOR
71              
72             Abigail, L<< mailto:cpan@abigail.be >>.
73              
74             =head1 COPYRIGHT and LICENSE
75              
76             Copyright (C) 2012 by Abigail.
77              
78             Permission is hereby granted, free of charge, to any person obtaining a
79             copy of this software and associated documentation files (the "Software"),
80             to deal in the Software without restriction, including without limitation
81             the rights to use, copy, modify, merge, publish, distribute, sublicense,
82             and/or sell copies of the Software, and to permit persons to whom the
83             Software is furnished to do so, subject to the following conditions:
84              
85             The above copyright notice and this permission notice shall be included
86             in all copies or substantial portions of the Software.
87              
88             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
91             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
92             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
93             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
94             THE SOFTWARE.
95              
96              
97             =cut
98              
99             __DATA__