File Coverage

blib/lib/Acme/MetaSyntactic/debian.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::debian;
2 1     1   83054 use strict;
  1         5  
  1         38  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         2  
  1         77  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.005';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::debian - The debian theme
12              
13             =head1 DESCRIPTION
14              
15             This theme lists all the Debian codenames. So far they have been
16             characters taken from the movie I by Pixar.
17              
18             Source: L.
19              
20             =head1 CONTRIBUTOR
21              
22             Philippe Bruhat (Book).
23              
24             =head1 CHANGES
25              
26             =over 4
27              
28             =item *
29              
30             2021-04-30 - v1.005
31              
32             Updated the link to the Debian documentation about codenames.
33             Published in Acme-MetaSyntactic-Themes version 1.055.
34              
35             =item *
36              
37             2019-07-29 - v1.004
38              
39             Added C and C to the list of Debiam codenames.
40             Published in Acme-MetaSyntactic-Themes version 1.053.
41              
42             =item *
43              
44             2018-10-29 - v1.003
45              
46             Added C to the list of Debian codenames.
47             Published in Acme-MetaSyntactic-Themes version 1.052.
48              
49             =item *
50              
51             2015-06-08 - v1.002
52              
53             Added C to the list of Debian codenames.
54             Published in Acme-MetaSyntactic-Themes version 1.046.
55              
56             =item *
57              
58             2013-06-17 - v1.001
59              
60             Added C to the list of Debian codenames.
61             Published in Acme-MetaSyntactic-Themes version 1.033.
62              
63             =item *
64              
65             2012-05-07 - v1.000
66              
67             Updated with the new Debian versions since 2007, and
68             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
69              
70             =item *
71              
72             2005-05-02
73              
74             Introduced in Acme-MetaSyntactic version 0.20.
75              
76             =back
77              
78             =head1 SEE ALSO
79              
80             L, L.
81              
82             =cut
83              
84             __DATA__