File Coverage

blib/lib/Acme/MetaSyntactic/haddock.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::haddock;
2 1     1   79902 use strict;
  1         6  
  1         35  
3 1     1   6 use Acme::MetaSyntactic::Locale;
  1         2  
  1         78  
4             our @ISA = qw( Acme::MetaSyntactic::Locale );
5             our $VERSION = '1.002';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding iso-8859-1
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::haddock - Tintin's Captain Haddock fierce expressions
14              
15             =head1 DESCRIPTION
16              
17             Captain Haddock's expressions from the comic-book I,
18             by Hergé.
19              
20             The French list comes from L.
21              
22             The English list was compiled
23             from L
24             and L.
25              
26             The Dutch list was extracted from
27             L by Jan Pieter Cornet.
28              
29             Tintin was translated in many languages, please send my your lists.
30              
31             =head1 CONTRIBUTORS
32              
33             Jérôme Fenal provided the original idea and the French and English lists.
34             Jan Pieter Cornet provided the Dutch list.
35              
36             =head1 CHANGES
37              
38             =over 4
39              
40             =item *
41              
42             2013-06-03 - v1.002
43              
44             Fixed a spelling error in the English list.
45             Published in Acme-MetaSyntactic-Themes version 1.032.
46              
47             =item *
48              
49             2012-05-14 - v1.001
50              
51             Updated with an C<=encoding> pod command
52             in Acme-MetaSyntactic-Themes version 1.001.
53              
54             =item *
55              
56             2012-05-07 - v1.000
57              
58             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
59              
60             =item *
61              
62             2006-01-30
63              
64             Updated with the Dutch list provided by Jan Pieter Cornet
65             in Acme-MetaSyntactic version 0.59.
66              
67             =item *
68              
69             2006-01-25
70              
71             Jan Pieter Corlet provided the list of all Cpt. Haddock "violent
72             expressions" in the dutch translation of Tintin, taken from the website:
73             L
74              
75             =item *
76              
77             2005-04-04
78              
79             Introduced in Acme-MetaSyntactic version 0.16.
80              
81             =item *
82              
83             2005-03-17
84              
85             Two lists submitted by Jérôme Fénal, as I and I.
86              
87             =back
88              
89             =head1 SEE ALSO
90              
91             L, L.
92              
93             =cut
94              
95             __DATA__