Data-Stream-Bulk 0.10
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Path::Class
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- Path::Class
- Test::TempDir
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Data::Stream::Bulk | N at a time iteration API | 0.10 | metacpan |
Data::Stream::Bulk::Array | L<Data::Stream::Bulk> wrapper for simple arrays. | 0.10 | metacpan |
Data::Stream::Bulk::Callback | Callback based bulk iterator | 0.10 | metacpan |
Data::Stream::Bulk::Cat | Concatenated streams | 0.10 | metacpan |
Data::Stream::Bulk::Chunked | combine streams into larger chunks | 0.10 | metacpan |
Data::Stream::Bulk::DBI | N-at-a-time iteration of L<DBI> statement results. | 0.10 | metacpan |
Data::Stream::Bulk::DBIC | Iterate DBIC resultsets with L<Data::Stream::Bulk> | 0.10 | metacpan |
Data::Stream::Bulk::DoneFlag | Implement the C<is_done> method in terms of a flag | 0.10 | metacpan |
Data::Stream::Bulk::FileHandle | read lines from a filehandle | 0.10 | metacpan |
Data::Stream::Bulk::Filter | Streamed filtering (block oriented) | 0.10 | metacpan |
Data::Stream::Bulk::Nil | An empty L<Data::Stream::Bulk> iterator | 0.10 | metacpan |
Data::Stream::Bulk::Path::Class | L<Path::Class::Dir> traversal | 0.10 | metacpan |
Data::Stream::Bulk::Util | Utility functions for L<Data::Stream::Bulk> | 0.10 | metacpan |