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