line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::bottles; |
2
|
1
|
|
|
1
|
|
111107
|
use strict; |
|
1
|
|
|
|
|
10
|
|
|
1
|
|
|
|
|
60
|
|
3
|
1
|
|
|
1
|
|
12
|
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::bottles - Bottle sizes, kings, patriarchs and private eyes |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Names for wine and champagne bottles of different sizes. |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This list is a mixed bag containing ancient kings, |
18
|
|
|
|
|
|
|
biblical patriarchs and an Hawaiian private eye. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Yet, some people pretend this list is a companion |
21
|
|
|
|
|
|
|
to L. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Sources: |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=over 4 |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=item * |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
L, |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
L, |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item * |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
L, |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=item * |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
L, |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=item * |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
L, |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=item * |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
L. |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=back |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
Abigail, Jean Forget. |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=head1 CHANGES |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=over 4 |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=item * |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
2012-09-10 - v1.000 |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
Merged both versions of the module in a single one, |
66
|
|
|
|
|
|
|
published in Acme-MetaSyntactic-Themes version 1.018. |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=item * |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
2006-08-09 |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
Submitted by Jean Forget, as a multilist with French and English bottle names. |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=item * |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
2005-11-01 |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
Submitted by Abigail. |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
=back |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
=head1 SEE ALSO |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
L, L. |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
=cut |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
__DATA__ |