line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::Playpen::Utilities; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
33
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
# Nothing to see here, move along. |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
# That means you too, Toby :-) |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Acme::Playpen::Utilities - I'm just this module, you know |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 SYNOPSIS |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
# do nothing |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 DESCRIPTION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Danger Will Robinson! This is a developer version -- don't install it unless you're sure! |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Acme::Playpen::Utilities is a nothing little module, |
25
|
|
|
|
|
|
|
used while i'm checking various things related to the CPAN toolchain. |
26
|
|
|
|
|
|
|
|