File Coverage

blib/lib/Acme/MetaSyntactic/garbage.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::garbage;
2 1     1   93098 use strict;
  1         4  
  1         43  
3 1     1   14 use Acme::MetaSyntactic::Locale;
  1         3  
  1         86  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::garbage - The garbage theme
14              
15             =head1 DESCRIPTION
16              
17             Rubbish synonyms to use when testing your smelly modules.
18              
19             English list taken from L.
20             French list taken from L.
21              
22             =head1 CONTRIBUTOR
23              
24             Jérôme Fenal.
25              
26             =head1 CHANGES
27              
28             =over 4
29              
30             =item *
31              
32             2012-05-14 - v1.001
33              
34             Updated with an C<=encoding> pod command
35             in Acme-MetaSyntactic-Themes version 1.001.
36              
37             =item *
38              
39             2012-05-07 - v1.000
40              
41             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
42              
43             =item *
44              
45             2005-08-15
46              
47             Introduced in Acme-MetaSyntactic version 0.35.
48              
49             =item *
50              
51             2005-03-21
52              
53             Submitted by Jérôme Fenal.
54              
55             =back
56              
57             =head1 SEE ALSO
58              
59             L, L.
60              
61             =cut
62              
63             __DATA__