File Coverage

blib/lib/Acme/MetaSyntactic/michelin.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::michelin;
2              
3 1     1   168841 use strict;
  1         11  
  1         46  
4 1     1   6 use warnings;
  1         3  
  1         64  
5 1     1   6 no warnings 'syntax';
  1         2  
  1         53  
6              
7 1     1   7 use Acme::MetaSyntactic::MultiList;
  1         1  
  1         103  
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::michelin - Three star restaurants
18              
19             =head1 DESCRIPTION
20              
21             This C<< Acme::MetaSyntactic >> theme contains all the restaurants
22             that have been awarded three Michelin stars. The subtheme C<< retired >>
23             list restaurants that once had three stars, but either closed, or lost
24             one or more of its stars.
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,
32             L
33              
34             =head1 NOTES
35              
36             Restaurants with a certain number of stars are a moving target. Each year,
37             Michelin announces new lists; restaurants may lose their starts, others gain
38             stars, and restaurants close. This theme describes the situation in 2012,
39             and will be updated when needed.
40              
41             =head1 BUGS
42              
43             Restaurants that had three stars, but closed or lost their star before
44             2000 are not listed.
45              
46             =head1 AUTHOR
47              
48             Abigail, L<< mailto:cpan@abigail.be >>.
49              
50             =head1 COPYRIGHT and LICENSE
51              
52             Copyright (C) 2012 by Abigail.
53              
54             Permission is hereby granted, free of charge, to any person obtaining a
55             copy of this software and associated documentation files (the "Software"),
56             to deal in the Software without restriction, including without limitation
57             the rights to use, copy, modify, merge, publish, distribute, sublicense,
58             and/or sell copies of the Software, and to permit persons to whom the
59             Software is furnished to do so, subject to the following conditions:
60              
61             The above copyright notice and this permission notice shall be included
62             in all copies or substantial portions of the Software.
63              
64             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
67             THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
68             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
69             OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
70             THE SOFTWARE.
71              
72              
73             =cut
74              
75             __DATA__