File Coverage

blib/lib/Acme/MetaSyntactic/contrade.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::contrade;
2 1     1   77444 use strict;
  1         5  
  1         50  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         2  
  1         74  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::contrade - The contrade theme
12              
13             =head1 DESCRIPTION
14              
15             The most well-known contrade (districts within an Italian city) are
16             probably the 17 that race in the Palio di Siena.
17              
18             =head1 CONTRIBUTOR
19              
20             Estelle Souche
21              
22             =head1 CHANGES
23              
24             =over 4
25              
26             =item *
27              
28             2012-05-07 - v1.000
29              
30             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
31              
32             =item *
33              
34             2006-03-13
35              
36             Introduced in Acme-MetaSyntactic version 0.65.
37              
38             =back
39              
40             =head1 SEE ALSO
41              
42             L, L.
43              
44             =cut
45              
46             __DATA__