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::Address, SPVM::Array, SPVM::Bool, SPVM::Builder::Env, SPVM::Builder::Stack, 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::Compiler, 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::NativeClass, SPVM::Document::NativeModule, SPVM::Document::Resource, SPVM::Document::Tutorial, SPVM::Document::Tutorial::Complex, SPVM::Double, SPVM::DoubleList, SPVM::Env, 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::Immutable::ByteList, SPVM::Immutable::DoubleList, SPVM::Immutable::FloatList, SPVM::Immutable::IntList, SPVM::Immutable::LongList, SPVM::Immutable::ShortList, SPVM::Immutable::StringList, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Point, SPVM::Point3D, SPVM::Runtime, SPVM::Scope::Guard, SPVM::Scope::Guard::Handler, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::Stack, SPVM::StringBuffer, SPVM::StringList, SPVM::Stringable, SPVM::Stringer, SPVM::Time, SPVM::Time::Info

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::Address, SPVM::Array, SPVM::Bool, SPVM::Builder::Env, SPVM::Builder::Stack, 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::Compiler, 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::NativeClass, SPVM::Document::NativeModule, SPVM::Document::Resource, SPVM::Document::Tutorial, SPVM::Document::Tutorial::Complex, SPVM::Double, SPVM::DoubleList, SPVM::Env, 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::Immutable::ByteList, SPVM::Immutable::DoubleList, SPVM::Immutable::FloatList, SPVM::Immutable::IntList, SPVM::Immutable::LongList, SPVM::Immutable::ShortList, SPVM::Immutable::StringList, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Point, SPVM::Point3D, SPVM::Runtime, SPVM::Scope::Guard, SPVM::Scope::Guard::Handler, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::Stack, 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.

Modules

Name Abstract Version View
SPVM SPVM Language 0.987 metacpan
SPVM::Address Address metacpan
SPVM::Array Array Utilities metacpan
SPVM::BlessedObject SPVM object metacpan
SPVM::BlessedObject::Array SPVM Array metacpan
SPVM::BlessedObject::Class SPVM Class metacpan
SPVM::BlessedObject::String SPVM string metacpan
SPVM::Bool Bool object metacpan
SPVM::Builder Build Dynamic Libraries for SPVM Distribution metacpan
SPVM::Builder::API Defining Public Functions of SPVM::Builder metacpan
SPVM::Builder::CC Compilation and Link of Native Class metacpan
SPVM::Builder::CompileInfo Compilation Information metacpan
SPVM::Builder::Compiler SPVM Builder Compiler metacpan
SPVM::Builder::Config metacpan
SPVM::Builder::Config::Exe Configurations of creating excutable files. metacpan
SPVM::Builder::Env SPVM Builder Environment metacpan
SPVM::Builder::Exe Creating 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 Resource metacpan
SPVM::Builder::Runtime SPVM Builder Runtime metacpan
SPVM::Builder::Stack SPVM Builder Stack metacpan
SPVM::Builder::Util Builder Utilities metacpan
SPVM::Builder::Util::API Defining Public Functions of SPVM::Builder::Util metacpan
SPVM::Byte The byte Object 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::Compiler Compiler metacpan
SPVM::Dist Generating SPVM Distrubution metacpan
SPVM::Double The double Object metacpan
SPVM::DoubleList Dynamic double Array metacpan
SPVM::Env Execution Environment 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::ExchangeAPI::Class Class Object metacpan
SPVM::ExchangeAPI::Error Error Code metacpan
SPVM::Float The float Object metacpan
SPVM::FloatList Dynamic float Array metacpan
SPVM::Fn SPVM Starndard Functions metacpan
SPVM::Format Format Utilities metacpan
SPVM::Global SPVM Global Instance for Perl Interpreter metacpan
SPVM::Hash Hash Data Structure metacpan
SPVM::Hash::Entry Hash entry metacpan
SPVM::Immutable::ByteList Immutable byte Array metacpan
SPVM::Immutable::DoubleList Immutable double Array metacpan
SPVM::Immutable::FloatList Immutable float Array metacpan
SPVM::Immutable::IntList Immutable int Array metacpan
SPVM::Immutable::LongList Immutable long Array metacpan
SPVM::Immutable::ShortList Immutable short Array metacpan
SPVM::Immutable::StringList Immutable string array metacpan
SPVM::Int The int Object metacpan
SPVM::IntList Dynamic int Array metacpan
SPVM::List Dynamic Object Array metacpan
SPVM::Long The long Object metacpan
SPVM::LongList Dynamic long Array metacpan
SPVM::Point Point metacpan
SPVM::Point3D Point 3D metacpan
SPVM::Runtime Runtime metacpan
SPVM::Scope::Guard Executing Handler at End of Scope metacpan
SPVM::Scope::Guard::Handler Handler of Scope::Guard metacpan
SPVM::Short The short Class metacpan
SPVM::ShortList Dynamic short Array metacpan
SPVM::Sort Sorting Functions metacpan
SPVM::Stack Call Stack 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 (Removed) metacpan
SPVM::Time::Info struct tm in C language (Removed) metacpan

Other Files

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