Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: SPVM::Array, SPVM::BlessedObject, SPVM::BlessedObject::Array, SPVM::BlessedObject::Class, SPVM::BlessedObject::String, SPVM::Bool, SPVM::Byte, SPVM::ByteList, SPVM::Cloneable, SPVM::Cloner, SPVM::CommandInfo, SPVM::Comparator, SPVM::Comparator::Double, SPVM::Comparator::Float, SPVM::Comparator::Int, SPVM::Comparator::Long, SPVM::Comparator::String, SPVM::Complex_2d, SPVM::Complex_2f, SPVM::Document::Benchmark, SPVM::Document::ExchangeAPI, SPVM::Document::Language, SPVM::Document::LanguageSpecification, SPVM::Document::Modules, SPVM::Document::NativeAPI, SPVM::Document::NativeAPI::Allocator, SPVM::Document::NativeAPI::Compiler, SPVM::Document::NativeAPI::Precompile, SPVM::Document::NativeAPI::Runtime, SPVM::Document::NativeAPI::StringBuffer, SPVM::Document::NativeModule, SPVM::Document::Resource, SPVM::Document::Tutorial, SPVM::Document::Tutorial::Complex, SPVM::Double, SPVM::DoubleList, SPVM::EqualityChecker, SPVM::EqualityChecker::Address, SPVM::Error, SPVM::Error::NotSupported, SPVM::Error::System, SPVM::Float, SPVM::FloatList, SPVM::Fn, SPVM::Format, SPVM::Hash, SPVM::Hash::Entry, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Point, SPVM::Point3D, SPVM::Point::Interface, SPVM::Scope::Guard, SPVM::Scope::Guard::Handler, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::StringBuffer, SPVM::StringList, SPVM::Stringable, SPVM::Stringer, SPVM::Time, SPVM::Time::Info

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: SPVM-0.9662_01/lib/SPVM/Dist.pm -- Around line 572: Unknown E content in E<USER_MAIL>

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.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: SPVM::Array, SPVM::BlessedObject, SPVM::BlessedObject::Array, SPVM::BlessedObject::Class, SPVM::BlessedObject::String, SPVM::Bool, SPVM::Byte, SPVM::ByteList, SPVM::Cloneable, SPVM::Cloner, SPVM::CommandInfo, SPVM::Comparator, SPVM::Comparator::Double, SPVM::Comparator::Float, SPVM::Comparator::Int, SPVM::Comparator::Long, SPVM::Comparator::String, SPVM::Complex_2d, SPVM::Complex_2f, SPVM::Document::Benchmark, SPVM::Document::ExchangeAPI, SPVM::Document::Language, SPVM::Document::LanguageSpecification, SPVM::Document::Modules, SPVM::Document::NativeAPI, SPVM::Document::NativeAPI::Allocator, SPVM::Document::NativeAPI::Compiler, SPVM::Document::NativeAPI::Precompile, SPVM::Document::NativeAPI::Runtime, SPVM::Document::NativeAPI::StringBuffer, SPVM::Document::NativeModule, SPVM::Document::Resource, SPVM::Document::Tutorial, SPVM::Document::Tutorial::Complex, SPVM::Double, SPVM::DoubleList, SPVM::EqualityChecker, SPVM::EqualityChecker::Address, SPVM::Error, SPVM::Error::NotSupported, SPVM::Error::System, SPVM::Float, SPVM::FloatList, SPVM::Fn, SPVM::Format, SPVM::Hash, SPVM::Hash::Entry, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Point, SPVM::Point3D, SPVM::Point::Interface, SPVM::Scope::Guard, SPVM::Scope::Guard::Handler, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::StringBuffer, SPVM::StringList, SPVM::Stringable, SPVM::Stringer, SPVM::Time, SPVM::Time::Info

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.

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
SPVM SPVM Language 0.9662_01 metacpan
SPVM::Array Array Utilities metacpan
SPVM::BlessedObject Blessed object base class metacpan
SPVM::BlessedObject::Array Array based blessed object metacpan
SPVM::BlessedObject::Class Class based blessed object metacpan
SPVM::BlessedObject::String String based blessed object metacpan
SPVM::Bool Bool object metacpan
SPVM::Builder Build SPVM program metacpan
SPVM::Builder::API SPVM Builder Public APIs metacpan
SPVM::Builder::CC Compiler and Linker of Native Sources metacpan
SPVM::Builder::CompileInfo Link Information metacpan
SPVM::Builder::Config Configurations of Compile and Link of Native Sources metacpan
SPVM::Builder::Config::Exe Configurations of creating excutable files. metacpan
SPVM::Builder::Exe Create a Executable File metacpan
SPVM::Builder::LibInfo Library Information metacpan
SPVM::Builder::LinkInfo Link Information metacpan
SPVM::Builder::ObjectFileInfo Object file information metacpan
SPVM::Builder::Resource Resourceurations of Compile and Link of Native Sources metacpan
SPVM::Builder::Util Build Utilities metacpan
SPVM::Builder::Util::API Public APIs of the utility of SPVM Builder metacpan
SPVM::Byte Byte Class metacpan
SPVM::ByteList Dynamic byte Array metacpan
SPVM::Cloneable Interface Type to Clone Object metacpan
SPVM::Cloner Interface Type for the Callback to Clone a Object metacpan
SPVM::CommandInfo Command Line Information metacpan
SPVM::Comparator Interface Type for Object Comparation Callback metacpan
SPVM::Comparator::Double Interface Type for double Comparation Callback metacpan
SPVM::Comparator::Float Interface Type for float Comparation Callback metacpan
SPVM::Comparator::Int Interface Type for int Comparation Callback metacpan
SPVM::Comparator::Long Interface Type for long Comparation Callback metacpan
SPVM::Comparator::String Interface Type for String Comparation Callback metacpan
SPVM::Dist Generating SPVM Distrubution metacpan
SPVM::Double Double Class metacpan
SPVM::DoubleList Dynamic double Array metacpan
SPVM::EqualityChecker Interface Type for Object Equality Checking Callback metacpan
SPVM::EqualityChecker::Address a callback implementation of L<EqualityChecker|SPVM::EqualityChecker> to check if the memory addresses of the two objects are equal. metacpan
SPVM::Error Error metacpan
SPVM::Error::NotSupported Not Supported Error metacpan
SPVM::Error::System System Error metacpan
SPVM::ExchangeAPI SPVM Exchange API metacpan
SPVM::Float Float Class metacpan
SPVM::FloatList Dynamic float Array metacpan
SPVM::Fn SPVM Starndard Functions metacpan
SPVM::Format Format Utilities metacpan
SPVM::Hash Hash Data Structure metacpan
SPVM::Hash::Entry Hash entry metacpan
SPVM::Int Int Class metacpan
SPVM::IntList Dynamic int Array metacpan
SPVM::List Dynamic Object Array metacpan
SPVM::Long Long Class metacpan
SPVM::LongList Dynamic long Array metacpan
SPVM::Point Point metacpan
SPVM::Point3D Point 3D metacpan
SPVM::Point::Interface Point Interface metacpan
SPVM::Scope::Guard Executing Handler at End of Scope metacpan
SPVM::Scope::Guard::Handler Handler of Scope::Guard metacpan
SPVM::Short Short Class metacpan
SPVM::ShortList Dynamic short Array metacpan
SPVM::Sort Sorting Functions metacpan
SPVM::StringBuffer String Buffer metacpan
SPVM::StringList Dynamic string array metacpan
SPVM::Stringable A Interface Type to Stringify a Object metacpan
SPVM::Stringer Interface Type for Stringing Callback metacpan
SPVM::Time Time Manipulation metacpan
SPVM::Time::Info struct tm in C language metacpan

Other Files

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