| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::TestDist::Developer; |
|
2
|
|
|
|
|
|
|
$Acme::TestDist::Developer::VERSION = '0.01_01'; |
|
3
|
1
|
|
|
1
|
|
940
|
use 5.006; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
43
|
|
|
4
|
1
|
|
|
1
|
|
5
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
38
|
|
|
5
|
1
|
|
|
1
|
|
18
|
use warnings; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
50
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::TestDist::Developer - an example developer release |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
use Acme::TestDist::Developer; |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
This is an empty distribution that's an example of a dist that |
|
20
|
|
|
|
|
|
|
has only ever been release as a developer release. |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 AUTHOR |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Neil Bowers Eneilb@cpan.orgE |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
This software is copyright (c) 2014 by Neil Bowers . |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
31
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=cut |
|
34
|
|
|
|
|
|
|
|