Data-BitStream 0.04 Deleted
Kwalitee Issues
- no_pod_errors
 - 
        
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Data-BitStream-0.04/lib/Data/BitStream/Code/EvenRodeh.pm -- Around line 145: Non-ASCII character seen before =encoding in 'âEconomical'. Assuming UTF-8 Data-BitStream-0.04/lib/Data/BitStream/Code/Levenstein.pm -- Around line 135: Non-ASCII character seen before =encoding in 'ÐевенÑÑеÌйн'. Assuming UTF-8 Data-BitStream-0.04/lib/Data/BitStream/Code/StartStop.pm -- Around line 318: Non-ASCII character seen before =encoding in 'âData'. Assuming UTF-8 Data-BitStream-0.04/lib/Data/BitStream.pm -- Around line 590: Non-ASCII character seen before =encoding in 'ÐевенÑÑеÌйн'. Assuming UTF-8
 
- 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.
 - 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.01,0.02,0.03,0.04
 
- 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).
 - has_separate_license_file
 - 
        
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
 - has_security_doc
 - 
        
Add SECURITY(.pod|md). See Software::Security::Policy.
 - security_doc_contains_contact
 - 
        
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
 - has_contributing_doc
 - 
        
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
 
Modules
| Name | Abstract | Version | View | 
|---|---|---|---|
| Data::BitStream | A bit stream class including integer coding methods | 0.04 | metacpan | 
| Data::BitStream::BLVec | 0.01 | metacpan | |
| Data::BitStream::Base | A Role implementing the API for Data::BitStream | 0.02 | metacpan | 
| Data::BitStream::BitVec | A L<Bit::Vector> implementation of L<Data::BitStream> | 0.01 | metacpan | 
| Data::BitStream::Code::ARice | 0.01 | metacpan | |
| Data::BitStream::Code::Baer | A Role implementing Baer codes | 0.01 | metacpan | 
| Data::BitStream::Code::BoldiVigna | A Role implementing Zeta codes | 0.01 | metacpan | 
| Data::BitStream::Code::Delta | A Role implementing Elias Delta codes | 0.01 | metacpan | 
| Data::BitStream::Code::Escape | A Role implementing Escape codes | 0.01 | metacpan | 
| Data::BitStream::Code::EvenRodeh | A Role implementing Even-Rodeh codes | 0.01 | metacpan | 
| Data::BitStream::Code::ExponentialGolomb | A Role implementing Exponential-Golomb codes | 0.03 | metacpan | 
| Data::BitStream::Code::Fibonacci | A Role implementing Fibonacci codes | 0.03 | metacpan | 
| Data::BitStream::Code::Gamma | A Role implementing Elias Gamma codes | 0.01 | metacpan | 
| Data::BitStream::Code::GammaGolomb | A Role implementing Gamma-Golomb codes | 0.03 | metacpan | 
| Data::BitStream::Code::Golomb | A Role implementing Golomb codes | 0.02 | metacpan | 
| Data::BitStream::Code::Levenstein | A Role implementing Levenstein codes | 0.01 | metacpan | 
| Data::BitStream::Code::Omega | A Role implementing Elias Omega codes | 0.01 | metacpan | 
| Data::BitStream::Code::Rice | A Role implementing Rice codes | 0.02 | metacpan | 
| Data::BitStream::Code::StartStop | A Role implementing Start/Stop and Start-Step-Stop codes | 0.01 | metacpan | 
| Data::BitStream::MinimalVec | A minimal implementation of Data::BitStream | 0.01 | metacpan | 
| Data::BitStream::String | A String implementation of Data::BitStream | 0.01 | metacpan | 
| Data::BitStream::Vec | A Vector-1 implementation of Data::BitStream | 0.01 | metacpan | 
| Data::BitStream::WordVec | A Vector-32 implementation of Data::BitStream | 0.02 | metacpan |