File Coverage

blib/lib/Acme/MetaSyntactic/vcs.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::vcs;
2 1     1   101871 use strict;
  1         9  
  1         52  
3 1     1   13 use Acme::MetaSyntactic::List;
  1         7  
  1         104  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::vcs - The vcs theme
14              
15             =head1 DESCRIPTION
16              
17             This theme lists popular (and not so popular) Version Control systems.
18              
19             =head1 CONTRIBUTORS
20              
21             Éric Cholet, Abigail.
22              
23             =head1 CHANGES
24              
25             =over 4
26              
27             =item *
28              
29             2012-05-14 - v1.001
30              
31             Updated with an C<=encoding> pod command in version 1.001,
32             published on May 14,2012
33              
34             =item *
35              
36             2012-05-07 - v1.000
37              
38             Received its own version number in Acme-MetaSyntactic-Themes version 1.000,
39             published on May 7, 2012.
40              
41             =item *
42              
43             2006-09-18
44              
45             Updated by Abigail in Acme-MetaSyntactic version 0.92.
46              
47             =item *
48              
49             2006-09-11
50              
51             Introduced in Acme-MetaSyntactic version 0.91.
52              
53             =item *
54              
55             2006-06-29
56              
57             Initial list proposed by Éric Cholet.
58              
59             =back
60              
61             =head1 SEE ALSO
62              
63             L, L.
64              
65             =cut
66              
67             __DATA__