line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::barbapapa; |
2
|
1
|
|
|
1
|
|
264458
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
47
|
|
3
|
1
|
|
|
1
|
|
9
|
use Acme::MetaSyntactic::Locale; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
88
|
|
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::barbapapa - The Barbapapa theme |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
The Barbapapa family consists of 9 members, 7 children and 2 adults. |
16
|
|
|
|
|
|
|
This cartoon series was created by French architect Annette Tison and |
17
|
|
|
|
|
|
|
her American husband Talus Taylor in 1970. First as comic books, and |
18
|
|
|
|
|
|
|
later as a television series. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
The official Barbapapa web site is at L. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Abigail, Philippe Bruhat (BooK). |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 DEDICATION |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Philippe dedicates this module to his niece Enora. Merry Christmas! |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 CHANGES |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=over 4 |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item * |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Updated with the Italian, Spanish and Slovene version, and |
39
|
|
|
|
|
|
|
received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item * |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
2005-12-26 |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.54. |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=item * |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
2005-10-25 |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
Submitted by Abigail with seven languages (English, French, Dutch, German, |
52
|
|
|
|
|
|
|
Finnish, Polish and Swedish). |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=back |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 SEE ALSO |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
L, L. |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=cut |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
__DATA__ |