File-Chunk 0.002
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- 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.
- 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.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
File::Chunk | Read/Write file handles that are stored as seperate, size-limited files on disk | 0.002 | metacpan |
File::Chunk::Format | Role for findings (TODO: generating) chunk file names. | 0.002 | metacpan |
File::Chunk::Format::Hex | Chunk files stored in $X.chunk where $X is an eight "digit" hex number. | 0.002 | metacpan |
File::Chunk::Format::IntBare | Chunk files stored as plain integers. | 0.002 | metacpan |
File::Chunk::Handle | 0.002 | metacpan | |
File::Chunk::Iter | Wrap a callback iterator to allow variable look-ahead. | 0.002 | metacpan |
File::Chunk::Reader | Provide getline() interface to a file chunk directory. | 0.002 | metacpan |
File::Chunk::Writer | Provide line-based chunk file writing as a file-handle-like object. | 0.002 | metacpan |