File Coverage

blib/lib/Acme/MetaSyntactic/pgpfone.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::pgpfone;
2 1     1   99237 use strict;
  1         9  
  1         64  
3 1     1   21 use Acme::MetaSyntactic::MultiList;
  1         10  
  1         105  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::pgpfone - The PGPfone biometric word list
12              
13             =head1 DESCRIPTION
14              
15             A list of words representing binary values for use in key or signature
16             exchanges via speech. This is similiar to the military alphabet ("Alpha",
17             "Bravo", etc.) but it encodes 256 values twice into a two-syllable list and a
18             three-syllable list. Values are drawn alternately from each list to detect
19             transmission errors.
20              
21             Details and the word list were drawn from this page:
22             L
23              
24             =head1 CONTRIBUTOR
25              
26             David Golden
27              
28             =head1 CHANGES
29              
30             =over 4
31              
32             =item *
33              
34             2012-05-07 - v1.000
35              
36             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
37              
38             =item *
39              
40             2006-06-26
41              
42             Introduced in Acme-MetaSyntactic version 0.80.
43              
44             =item *
45              
46             2006-01-19
47              
48             Submitted by David Golden.
49              
50             =back
51              
52             =head1 SEE ALSO
53              
54             L, L.
55              
56             =cut
57              
58             __DATA__