File Coverage

blib/lib/Acme/MetaSyntactic/nehi.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::nehi;
2              
3 1     1   99695 use strict;
  1         16  
  1         59  
4 1     1   6 use warnings;
  1         1  
  1         311  
5 1     1   9 no warnings 'syntax';
  1         2  
  1         60  
6              
7 1     1   8 use Acme::MetaSyntactic::List;
  1         2  
  1         145  
8             our @ISA = qw [Acme::MetaSyntactic::List];
9              
10             our $VERSION = '2012053101';
11             __PACKAGE__ -> init;
12              
13             1;
14              
15             =head1 NAME
16              
17             Acme::MetaSyntactic::nehi - Nehi flavours
18              
19             =head1 DESCRIPTION
20              
21             This C<< Acme::MetaSyntactic >> theme lists the flavours of soda
22             of the Nehi brand. The Nehi line of sodas was started by the
23             Chero-Cola company in 1924. Since 2008, Nehi is a brand of the
24             Dr Pepper Snapple group.
25              
26             This module is part of the set of C<< Acme::MetaSyntactic >> themes
27             found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
28              
29             =head1 SEE ALSO
30              
31             L, L<< Acme::MetaSyntactic::List >>,
32             L<< http://en.wikipedia.org/wiki/Nehi >>
33              
34             =head1 TRIVIA
35              
36             In the movie and television series M*A*S*H, the favourite drink of
37             Radar is Grape Nehi.
38              
39             =head1 AUTHOR
40              
41             Abigail, L<< mailto:cpan@abigail.be >>.
42              
43             =head1 COPYRIGHT and LICENSE
44              
45             Copyright (C) 2012 by Abigail.
46              
47             Permission is hereby granted, free of charge, to any person obtaining a
48             copy of this software and associated documentation files (the "Software"),
49             to deal in the Software without restriction, including without limitation
50             the rights to use, copy, modify, merge, publish, distribute, sublicense,
51             and/or sell copies of the Software, and to permit persons to whom the
52             Software is furnished to do so, subject to the following conditions:
53              
54             The above copyright notice and this permission notice shall be included
55             in all copies or substantial portions of the Software.
56              
57             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
60             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
61             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
62             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63             THE SOFTWARE.
64              
65              
66             =cut
67              
68             __DATA__