File Coverage

blib/lib/Acme/MetaSyntactic/punctuation.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::punctuation;
2 1     1   111385 use strict;
  1         7  
  1         46  
3 1     1   16 use Acme::MetaSyntactic::List;
  1         8  
  1         95  
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::punctuation - The punctuation theme
12              
13             =head1 DESCRIPTION
14              
15             Names of various punctuation marks.
16              
17             This list is based on a browsing session starting from:
18             L.
19              
20             =head1 CONTRIBUTORS
21              
22             Philippe Bruhat (BooK), Abigail.
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2012-05-07 - v1.000
31              
32             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
33              
34             =item *
35              
36             2006-09-11
37              
38             Updated by Abigail in Acme-MetaSyntactic version 0.91.
39              
40             =item *
41              
42             2005-07-04
43              
44             Introduced in Acme-MetaSyntactic version 0.29.
45              
46             =back
47              
48             =head1 SEE ALSO
49              
50             L, L.
51              
52             =cut
53              
54             __DATA__