Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a map structure from string or file. (requires) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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::ParseBinary Yet Another parser for binary structures 0.2 metacpan
Data::ParseBinary::Data::Cap Parsing "tcpdump capture file" metacpan
Data::ParseBinary::Executable::ELF32 Parsing UNIX's SO files metacpan
Data::ParseBinary::Executable::PE32 Parsing Win32 EXE / DLL files metacpan
Data::ParseBinary::FileSystem::MBR Parsing the partition table metacpan
Data::ParseBinary::Graphics::BMP metacpan
Data::ParseBinary::Graphics::EMF metacpan
Data::ParseBinary::Graphics::PNG metacpan
Data::ParseBinary::Graphics::WMF metacpan

Provides

Name File View
Data::ParseBinary::Adapter lib/Data/ParseBinary/Core.pm metacpan
Data::ParseBinary::BaseConstruct lib/Data/ParseBinary/Core.pm metacpan
Data::ParseBinary::BitField lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::BitStruct lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::CStringAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::CharacterEncodingAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::ConstAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::Enum lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::ExtractingAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::FirstUnitAndTheRestAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::FlagsEnum lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::IndexingAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::JoinAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::LamdaValidator lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::LazyBound lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::LengthValueAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::MetaArray lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::MetaField lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::NullConstruct lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::PaddedStringAdapter lib/Data/ParseBinary/Adapters.pm metacpan
Data::ParseBinary::Padding lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Parser lib/Data/ParseBinary/Core.pm metacpan
Data::ParseBinary::Peek lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Pointer lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Primitive lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Range lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::RepeatUntil lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Restream lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::ReveresedPrimitive lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::RoughUnion lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Select lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Sequence lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::StaticField lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Stream::BitReader lib/Data/ParseBinary/Stream/Bit.pm metacpan
Data::ParseBinary::Stream::BitWriter lib/Data/ParseBinary/Stream/Bit.pm metacpan
Data::ParseBinary::Stream::FileReader lib/Data/ParseBinary/Stream/File.pm metacpan
Data::ParseBinary::Stream::FileWriter lib/Data/ParseBinary/Stream/File.pm metacpan
Data::ParseBinary::Stream::Reader lib/Data/ParseBinary/Streams.pm metacpan
Data::ParseBinary::Stream::StringBufferReader lib/Data/ParseBinary/Stream/StringBuffer.pm metacpan
Data::ParseBinary::Stream::StringBufferWriter lib/Data/ParseBinary/Stream/StringBuffer.pm metacpan
Data::ParseBinary::Stream::StringReader lib/Data/ParseBinary/Stream/String.pm metacpan
Data::ParseBinary::Stream::StringRefReader lib/Data/ParseBinary/Stream/String.pm metacpan
Data::ParseBinary::Stream::StringRefWriter lib/Data/ParseBinary/Stream/String.pm metacpan
Data::ParseBinary::Stream::StringWriter lib/Data/ParseBinary/Stream/String.pm metacpan
Data::ParseBinary::Stream::WrapperBase lib/Data/ParseBinary/Streams.pm metacpan
Data::ParseBinary::Stream::WrapperReader lib/Data/ParseBinary/Stream/Wrapper.pm metacpan
Data::ParseBinary::Stream::WrapperWriter lib/Data/ParseBinary/Stream/Wrapper.pm metacpan
Data::ParseBinary::Stream::Writer lib/Data/ParseBinary/Streams.pm metacpan
Data::ParseBinary::Struct lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Switch lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Terminator lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::TunnelAdapter lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Union lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::Validator lib/Data/ParseBinary/Core.pm metacpan
Data::ParseBinary::Value lib/Data/ParseBinary/Constructs.pm metacpan
Data::ParseBinary::WrappingConstruct lib/Data/ParseBinary/Core.pm metacpan
Data::ParseBinary::lib::DataCap::MicrosecAdapter lib/Data/ParseBinary/Data/Cap.pm metacpan
Data::ParseBinary::lib::ExecPE32::NamedSequence lib/Data/ParseBinary/Executable/PE32.pm metacpan
Data::ParseBinary::lib::ExecPE32::OneDownAdapter lib/Data/ParseBinary/Executable/PE32.pm metacpan
Data::ParseBinary::lib::ExecPE32::UTCTimeStampAdapter lib/Data/ParseBinary/Executable/PE32.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan