File Coverage

blib/lib/Acme/MetaSyntactic/crypto.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::crypto;
2 1     1   75977 use strict;
  1         4  
  1         35  
3 1     1   11 use Acme::MetaSyntactic::List;
  1         3  
  1         72  
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::crypto - The crypto theme
12              
13             =head1 DESCRIPTION
14              
15             The classic characters from crypto and protocol
16             communications texts.
17              
18             The list in 0.04 was based on:
19             L.
20              
21             The list has been updated with information from:
22             L
23             L
24              
25             =head1 CONTRIBUTORS
26              
27             Anonymous, Guy Widloecher.
28              
29             =head1 CHANGES
30              
31             =over 4
32              
33             =item *
34              
35             2012-05-07 - v1.000
36              
37             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
38              
39             =item *
40              
41             2005-06-27
42              
43             Updated in Acme-MetaSyntactic version 0.28.
44              
45             =item *
46              
47             2005-06-23
48              
49             Guy Widloecher provided some more items and links.
50             See ticket #9725 on L.
51              
52             =item *
53              
54             2005-01-15
55              
56             Introduced in Acme-MetaSyntactic version 0.04.
57              
58             =item *
59              
60             2005-01-14
61              
62             Idea by Anonymous C<< >>.
63             See ticket #9725 on L.
64              
65             =back
66              
67             =head1 SEE ALSO
68              
69             L, L.
70              
71             =cut
72              
73             __DATA__