line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::renault; |
2
|
1
|
|
|
1
|
|
129821
|
use strict; |
|
1
|
|
|
|
|
12
|
|
|
1
|
|
|
|
|
59
|
|
3
|
1
|
|
|
1
|
|
13
|
use Acme::MetaSyntactic::MultiList; |
|
1
|
|
|
|
|
9
|
|
|
1
|
|
|
|
|
118
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::MultiList ); |
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::renault - Renault cars |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Car types from the French car manufacturer I. |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Abigail |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 CHANGES |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=over 4 |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=item * |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
2012-11-05 - v1.000 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Published in Acme-MetaSyntactic-Themes version 1.026. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
2012-10-24 |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Made into a multilist, and updated with the models listed on the French |
36
|
|
|
|
|
|
|
Wikipedia page L. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=item * |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
2005-10-27 |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
Submitted by Abigail. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=back |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=head1 SEE ALSO |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
L, L. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=cut |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
__DATA__ |