File Coverage

blib/lib/ArrayData/Sample/DeNiro.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


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