File Coverage

blib/lib/Acme/MetaSyntactic/alphabet.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::alphabet;
2 1     1   116691 use strict;
  1         8  
  1         100  
3 1     1   460 use Acme::MetaSyntactic::Locale;
  1         2891  
  1         70  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::alphabet - Learn your ABC in various languages
12              
13             =head1 DESCRIPTION
14              
15             Various alphabets, transliterated if the latin alphabet doesn't fit.
16              
17             I've found most of the transliterations on the Internet, which may
18             be wrong. Please correct me.
19              
20             =head1 CONTRIBUTOR
21              
22             Philippe "BooK" Bruhat.
23              
24             =head1 ACKNOWLEDGMENTS
25              
26             Thanks to Estelle Souche for help with the Yiddish Alef-Beys.
27              
28             =head1 CHANGES
29              
30             =over 4
31              
32             =item *
33              
34             2012-05-07 - v1.000
35              
36             Updated with small fixes for category C (see RT #50160), and
37             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
38              
39             =item *
40              
41             2005-05-09
42              
43             Introduced in Acme-MetaSyntactic version 0.21.
44              
45             =back
46              
47             =head1 SEE ALSO
48              
49             L, L.
50              
51             =cut
52              
53             __DATA__