| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package ArrayData::Test::Source::LinesInDATA; |
|
2
|
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
158684
|
use strict; |
|
|
2
|
|
|
|
|
23
|
|
|
|
2
|
|
|
|
|
74
|
|
|
4
|
2
|
|
|
2
|
|
909
|
use Role::Tiny::With; |
|
|
2
|
|
|
|
|
10983
|
|
|
|
2
|
|
|
|
|
271
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
with 'ArrayDataRole::Source::LinesInDATA'; |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
9
|
|
|
|
|
|
|
our $DATE = '2021-12-01'; # DATE |
|
10
|
|
|
|
|
|
|
our $DIST = 'ArrayDataRoles-Standard'; # DIST |
|
11
|
|
|
|
|
|
|
our $VERSION = '0.007'; # VERSION |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
|
14
|
|
|
|
|
|
|
# ABSTRACT: A test ArrayData module |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=pod |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=encoding UTF-8 |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 NAME |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
ArrayData::Test::Source::LinesInDATA - A test ArrayData module |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 VERSION |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
This document describes version 0.007 of ArrayData::Test::Source::LinesInDATA (from Perl distribution ArrayDataRoles-Standard), released on 2021-12-01. |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 HOMEPAGE |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Please visit the project's homepage at L. |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 SOURCE |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Source repository is at L. |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 AUTHOR |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
perlancar |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 CONTRIBUTING |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
To contribute, you can send patches by email/via RT, or send pull requests on |
|
44
|
|
|
|
|
|
|
GitHub. |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Most of the time, you don't need to build the distribution yourself. You can |
|
47
|
|
|
|
|
|
|
simply modify the code, then test via: |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
% prove -l |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
If you want to build the distribution (e.g. to try to install it locally on your |
|
52
|
|
|
|
|
|
|
system), you can install L, |
|
53
|
|
|
|
|
|
|
L, and sometimes one or two other |
|
54
|
|
|
|
|
|
|
Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required |
|
55
|
|
|
|
|
|
|
beyond that are considered a bug and can be reported to me. |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
58
|
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
This software is copyright (c) 2021 by perlancar . |
|
60
|
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
62
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
63
|
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=head1 BUGS |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
Please report any bugs or feature requests on the bugtracker website L |
|
67
|
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
When submitting a bug or request, please include a test-file or a |
|
69
|
|
|
|
|
|
|
patch to an existing test-file that illustrates the bug or desired |
|
70
|
|
|
|
|
|
|
feature. |
|
71
|
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=cut |
|
73
|
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
__DATA__ |