File Coverage

blib/lib/Acme/MetaSyntactic/foo.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::foo;
2 4     4   19 use strict;
  4         6  
  4         152  
3 4     4   1950 use Acme::MetaSyntactic::Locale;
  4         12  
  4         341  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::foo - The foo theme
14              
15             =head1 DESCRIPTION
16              
17             The classic. This is the default theme.
18              
19             As from version 0.85, this theme is multilingual.
20              
21             =head1 CONTRIBUTORS
22              
23             Philippe "BooK" Bruhat.
24              
25             Jérôme Fenal and Sébastien Aperghis-Tramoni contributed to the French theme.
26              
27             Dutch theme contributed by Abigail.
28              
29             Introduced in Acme-MetaSyntactic version 0.01, published on January 14, 2005.
30              
31             Merged in the French C theme (which was therefore removed from
32             C), and added the Dutch theme in version 0.85,
33             published on July 31, 2006.
34              
35             Received its own version number for Acme-MetaSyntactic version 1.000,
36             published on May 7, 2012.
37              
38             =head2 References
39              
40             =over 4
41              
42             =item RFC 3092 - I
43              
44             =item Leesplankje - Dutch Reading Board
45              
46             The words on the I of the I, in use in
47             Dutch schools from 1905 till the 1950s. The words on the board are often
48             used by Dutch programmers to fill the roles of I, I, and I.
49              
50             =back
51              
52             =head1 SEE ALSO
53              
54             L, L.
55              
56             =cut
57              
58             __DATA__