File Coverage

blib/lib/Acme/MetaSyntactic/pasta.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::pasta;
2 1     1   80562 use strict;
  1         4  
  1         44  
3 1     1   6 use Acme::MetaSyntactic::List;
  1         2  
  1         101  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.001';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::pasta - The pasta theme
12              
13             =head1 DESCRIPTION
14              
15             An incomplete list of Italian pasta names.
16              
17             I love Italian food. Pasta is only a small part of it.
18              
19             Some links:
20             L,
21             L.
22              
23             =head1 CONTRIBUTOR
24              
25             Philippe "BooK" Bruhat.
26              
27             =head1 CHANGES
28              
29             =over 4
30              
31             =item *
32              
33             2017-06-12 - v1.001
34              
35             Updated with C by Flavio Polleti,
36             published in Acme-MetaSyntactic-Themes version 1.050.
37              
38             =item *
39              
40             2012-05-07 - v1.000
41              
42             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
43              
44             =item *
45              
46             2005-06-06
47              
48             Introduced in Acme-MetaSyntactic version 0.25.
49              
50             =back
51              
52             =head1 SEE ALSO
53              
54             L, L.
55              
56             =cut
57              
58             __DATA__