ArrayDataRole::Source::LinesInDATA - Role to access array data from DATA section, one line per element
This document describes version 0.007 of ArrayDataRole::Source::LinesInDATA (from Perl distribution ArrayDataRoles-Standard), released on 2021-12-01.
This role expects array data in lines in the DATA section.
Note: get_item_at_pos() and has_item_at_pos() are slow (O(n) in worst case) because they iterate. Caching might be added in the future to speed this up.
get_item_at_pos()
has_item_at_pos()
ArrayDataRole::Spec::Basic
Returns the DATA filehandle.
Returns the starting position of DATA.
Returns undef.
undef
Please visit the project's homepage at https://metacpan.org/release/ArrayDataRoles-Standard.
Source repository is at https://github.com/perlancar/perl-ArrayDataRoles-Standard.
ArrayDataRole::Source::LinesInFile
Other ArrayDataRole::Source::*
ArrayDataRole::Source::*
perlancar <perlancar@cpan.org>
To contribute, you can send patches by email/via RT, or send pull requests on GitHub.
Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via:
% prove -l
If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required beyond that are considered a bug and can be reported to me.
This software is copyright (c) 2021 by perlancar <perlancar@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=ArrayDataRoles-Standard
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
To install ArrayDataRoles::Standard, copy and paste the appropriate command in to your terminal.
cpanm
cpanm ArrayDataRoles::Standard
CPAN shell
perl -MCPAN -e shell install ArrayDataRoles::Standard
For more information on module installation, please visit the detailed CPAN module installation guide.