DataStore-CAS-FS 0.010100_04 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.010000,0.011000
- 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 |
---|---|---|---|
DataStore::CAS::FS | Virtual Filesystem backed by Content-Addressable Storage | 0.011000 | metacpan |
DataStore::CAS::FS::Dir | Object representing a directory of file entries, indexed by filename. | 0.010000 | metacpan |
DataStore::CAS::FS::DirCodec | Abstract base class for directory encoder/decoders | 0.010000 | metacpan |
DataStore::CAS::FS::DirCodec::Minimal | Directory representation with minimal metadata | 0.010000 | metacpan |
DataStore::CAS::FS::DirCodec::Universal | Codec for saving all arbitrary fields of a DirEnt | 0.011000 | metacpan |
DataStore::CAS::FS::DirCodec::Unix | Efficiently encode only the attributes of a UNIX stat() | 0.011000 | metacpan |
DataStore::CAS::FS::DirEnt | Light-weight Immutable Directory Entry Object | 0.011000 | metacpan |
DataStore::CAS::FS::Exporter | Copy files from DataStore::CAS::FS to real filesystem. | 0.011000 | metacpan |
DataStore::CAS::FS::Importer | Copy files from filesystem into DataStore::CAS::FS. | 0.011000 | metacpan |
DataStore::CAS::FS::InvalidUTF8 | Wrapper to represent non-utf8 data in a unicode context | 0.011000 | metacpan |
Provides
Name | File | View |
---|---|---|
DataStore::CAS::FS::DirCache | lib/DataStore/CAS/FS.pm | metacpan |
DataStore::CAS::FS::DirCacheCleanup | lib/DataStore/CAS/FS.pm | metacpan |
DataStore::CAS::FS::DirCodec::Minimal::Entry | lib/DataStore/CAS/FS/DirCodec/Minimal.pm | metacpan |
DataStore::CAS::FS::DirCodec::Unix::Entry | lib/DataStore/CAS/FS/DirCodec/Unix.pm | metacpan |
DataStore::CAS::FS::Importer::FastStat | lib/DataStore/CAS/FS/Importer.pm | metacpan |
DataStore::CAS::FS::Path | lib/DataStore/CAS/FS.pm | metacpan |
DataStore::CAS::FS::TreeIterator | lib/DataStore/CAS/FS.pm | metacpan |