File Coverage

blib/lib/Acme/MetaSyntactic/legopiratesofthecaribbean.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Acme::MetaSyntactic::legopiratesofthecaribbean;
2             {
3             $Acme::MetaSyntactic::legopiratesofthecaribbean::VERSION = '0.02';
4             }
5              
6             #ABSTRACT: LEGO Pirates of the Caribbean theme
7              
8 1     1   22338 use strict;
  1         4  
  1         39  
9 1     1   5 use warnings;
  1         2  
  1         33  
10 1     1   3626 use Acme::MetaSyntactic::List;
  1         9508  
  1         80  
11             our @ISA = qw( Acme::MetaSyntactic::List );
12             __PACKAGE__->init();
13              
14             q[You-Know-Who];
15              
16             =pod
17              
18             =head1 NAME
19              
20             Acme::MetaSyntactic::legopiratesofthecaribbean - LEGO Pirates of the Caribbean theme
21              
22             =head1 VERSION
23              
24             version 0.02
25              
26             =head1 DESCRIPTION
27              
28             Characters from the LEGO Pirates of the Caribbean video game as gleaned from
29             the L walkthroughs.
30              
31             I
32              
33             =head1 SEE ALSO
34              
35             L, L.
36              
37             =head1 AUTHOR
38              
39             Chris Williams
40              
41             =head1 COPYRIGHT AND LICENSE
42              
43             This software is copyright (c) 2012 by Chris Williams.
44              
45             This is free software; you can redistribute it and/or modify it under
46             the same terms as the Perl 5 programming language system itself.
47              
48             =cut
49              
50             __DATA__