Kwalitee Issues

buildtool_not_executable

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

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Fri 19 May 2006 02:46:10 PM JST gpg: using DSA key 4309FB0DCA4910EE gpg: Can't check signature: No public key --- SIGNATURE Wed May 31 08:36:29 2006 +++ @@ -1,13 +1,13 @@ -SHA1 32100b87123ec6570e552f7dafd8f25bf8d241ce CHANGES +SHA1 34731c3ea3a6cbf39dd8d6f00b4ea6baab585e6a CHANGES SHA1 a927c3744f5ade9037202cdc4bdb16ea7d77b870 MANIFEST -SHA1 3f2be69d1269fbaeab87fd1144d1ee4030f07da8 META.yml +SHA1 14ea2acc4135b805afca26450306a84b789b1d28 META.yml SHA1 2c599e73584eb9ceaf47af33647469fb63d4ba5b Makefile.PL SHA1 18ffb3adb0b524fef0f4dcb429e06a8ee0fdbba2 README -SHA1 bbda77c45831a88481d7659a8e3a5c5d219a728e lib/SOAP/Data/ComplexType.pm -SHA1 a5a54d7a2a218b23c937d337f45d80c620566f12 lib/SOAP/Data/ComplexType/Array.pm +SHA1 8bc89e606227c9cad42d491a03979d8b2ddcdf6b lib/SOAP/Data/ComplexType.pm +SHA1 f5bd8ae4e1e04d597327efb850ab61743749f92f lib/SOAP/Data/ComplexType/Array.pm SHA1 a957cb346ccfa7a8f4d302468427de9ee59ff876 t/00signature.t SHA1 e379573f3df001c7ad61f2a783b6a1e7bf8774be t/01use.t -SHA1 0fb5be72d5b422900b7d72bf2fa525a8f900f1d0 t/02simple.t +SHA1 cb4581bd7f48fcccbae42aa26b31d650b115f81f t/02simple.t SHA1 7e7cce454594bb87f39d48414cdfade7e9524aa1 t/03complex.t SHA1 08e925ce48d79db4a0188fc53ec23b83a9348a12 t/04arrays.t SHA1 e0a7f971644b6d2246f0403eb181161baff34df3 t/05inheritance.t ==> MISMATCHED content between SIGNATURE and distribution files! <==

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.

Modules

Name Abstract Version View
SOAP::Data::ComplexType An abstract class for creating and handling complex SOAP::Data objects 0.042 metacpan
SOAP::Data::ComplexType::Array Abstract class for native SOAP Array complex type 0.042 metacpan

Provides

Name File View
SOAP::Data::ComplexType::Builder lib/SOAP/Data/ComplexType.pm metacpan
SOAP::Data::ComplexType::Builder::Element lib/SOAP/Data/ComplexType.pm metacpan

Other Files

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