File Coverage

blib/lib/Acme/MetaSyntactic/phonetic.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::phonetic;
2 1     1   112021 use strict;
  1         9  
  1         47  
3 1     1   16 use Acme::MetaSyntactic::Locale;
  1         7  
  1         113  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::phonetic - The phonetic theme
14              
15             =head1 DESCRIPTION
16              
17             Several phonetic alphabets.
18              
19             Most of them come from this list:
20             L
21              
22             =head1 CONTRIBUTORS
23              
24             Michel Rodriguez, Philippe Bruhat (BooK), David Landgren, Gisbert W. Selke,
25             Abigail, Olivier Mengué, Jean Forget.
26              
27             =head1 CHANGES
28              
29             =over 4
30              
31             =item *
32              
33             2012-05-07 - v1.000
34              
35             Updated with small fixes for categories C and C, and
36             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
37              
38             =item *
39              
40             2012-04-26
41              
42             Jean Forget requested that "tare" is used instead of "tare" for the
43             English list (RT #50160).
44              
45             =item *
46              
47             2009-10-01
48              
49             Olivier Mengué spotted a typo in the C list (RT #50160).
50              
51             =item *
52              
53             2006-09-11
54              
55             Updated in Acme-MetaSyntactic version 0.91.
56              
57             =item *
58              
59             2006-09-10
60              
61             Abigail sent a patch adding the Dutch list.
62              
63             =item *
64              
65             2006-05-15
66              
67             Updated in Acme-MetaSyntactic version 0.74.
68              
69             =item *
70              
71             2006-05-10
72              
73             Gisbert W. Selke sent a fix for the German version.
74              
75             =item *
76              
77             2005-09-05
78              
79             Updated to handle multilingual phonetics in Acme-MetaSyntactic version 0.38
80             While I was at it, I also added French, German and Italian.
81              
82             =item *
83              
84             2005-08-23
85              
86             David Landgren requested Swahili and English (RT #14276).
87              
88             =item *
89              
90             2005-02-07
91              
92             Introduced in Acme-MetaSyntactic version 0.08.
93              
94             =item *
95              
96             2005-01-16
97              
98             Michel Rodriguez provided the first list (NATO official phonetic alphabet).
99              
100             =back
101              
102             =head1 SEE ALSO
103              
104             L, L.
105              
106             =cut
107              
108             __DATA__