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::ArrayUtil, SPVM::BlessedObject, SPVM::BlessedObject::Array, SPVM::BlessedObject::Package, SPVM::BlessedObject::String, SPVM::Byte, SPVM::ByteList, SPVM::Cloner, SPVM::Comparator::Byte, SPVM::Comparator::Double, SPVM::Comparator::Float, SPVM::Comparator::Int, SPVM::Comparator::Long, SPVM::Comparator::Object, SPVM::Comparator::Short, SPVM::Comparator::String, SPVM::Complex_2d, SPVM::Complex_2f, SPVM::Document::Modules, SPVM::Double, SPVM::DoubleList, SPVM::EqualityChecker, SPVM::EqualityChecker::SameObject, SPVM::Float, SPVM::FloatList, SPVM::Hash, SPVM::Hash::Entry, SPVM::IO::Stderr, SPVM::IO::Stdout, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Math, SPVM::NumberUtil, SPVM::Regex, SPVM::Regex::Pattern, SPVM::Regex::Replacer, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::StringBuffer, SPVM::StringList, SPVM::StringUtil, SPVM::Stringer, SPVM::Time, SPVM::Time::Info, SPVM::Unicode

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.0947/lib/SPVM/StringUtil.pm -- Around line 110: Non-ASCII character seen before =encoding in '('0'~'9'),'. Assuming UTF-8 SPVM-0.0947/lib/SPVM/Unicode.pm -- Around line 14: Non-ASCII character seen before =encoding in '"あいうえお";'. Assuming UTF-8 SPVM-0.0947/lib/SPVM.pm -- Around line 471: You forgot a '=back' before '=head1' Around line 477: =back without =over

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::ArrayUtil, SPVM::BlessedObject, SPVM::BlessedObject::Array, SPVM::BlessedObject::Package, SPVM::BlessedObject::String, SPVM::Byte, SPVM::ByteList, SPVM::Cloner, SPVM::Comparator::Byte, SPVM::Comparator::Double, SPVM::Comparator::Float, SPVM::Comparator::Int, SPVM::Comparator::Long, SPVM::Comparator::Object, SPVM::Comparator::Short, SPVM::Comparator::String, SPVM::Complex_2d, SPVM::Complex_2f, SPVM::Document::Modules, SPVM::Double, SPVM::DoubleList, SPVM::EqualityChecker, SPVM::EqualityChecker::SameObject, SPVM::Float, SPVM::FloatList, SPVM::Hash, SPVM::Hash::Entry, SPVM::IO::Stderr, SPVM::IO::Stdout, SPVM::Int, SPVM::IntList, SPVM::List, SPVM::Long, SPVM::LongList, SPVM::Math, SPVM::NumberUtil, SPVM::Regex, SPVM::Regex::Pattern, SPVM::Regex::Replacer, SPVM::Short, SPVM::ShortList, SPVM::Sort, SPVM::StringBuffer, SPVM::StringList, SPVM::StringUtil, SPVM::Stringer, SPVM::Time, SPVM::Time::Info, SPVM::Unicode

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 Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding. 0.0947 metacpan
SPVM::ArrayUtil Array Utilities metacpan
SPVM::BlessedObject Blessed object base class metacpan
SPVM::BlessedObject::Array Array based blessed object metacpan
SPVM::BlessedObject::Package Package based blessed object metacpan
SPVM::BlessedObject::String String based blessed object metacpan
SPVM::Builder Build SPVM program metacpan
SPVM::Builder::CC Native code Compiler and linker. Wrapper of ExtUtils::CBuilder for SPVM metacpan
SPVM::Builder::Config build config metacpan
SPVM::Builder::Exe metacpan
SPVM::Builder::Util Build Utilities metacpan
SPVM::Byte Byte object metacpan
SPVM::ByteList 0 index based continuous dynamic byte array metacpan
SPVM::Cloner a callback type to clone a object metacpan
SPVM::Comparator::Byte a callback type for byte comparation metacpan
SPVM::Comparator::Double a callback type for double comparation metacpan
SPVM::Comparator::Float a callback type for float comparation metacpan
SPVM::Comparator::Int a callback type for int comparation metacpan
SPVM::Comparator::Long a callback type for long comparation metacpan
SPVM::Comparator::Object a callback type for comparation metacpan
SPVM::Comparator::Short a callback type for short comparation metacpan
SPVM::Comparator::String a callback type for string comparation metacpan
SPVM::Double Double object metacpan
SPVM::DoubleList Continuous dynamic double array metacpan
SPVM::EqualityChecker a callback type to check the object equality metacpan
SPVM::EqualityChecker::SameObject a callback implementation of L<SPVM::EqualityChecker> to check if the memory addresses of the two objects are equal. metacpan
SPVM::ExchangeAPI SPVM Exchange API metacpan
SPVM::Float Float object metacpan
SPVM::FloatList Continuous dynamic float array metacpan
SPVM::Hash Key-Values Stored Data Structrue metacpan
SPVM::Hash::Entry Hash entry metacpan
SPVM::IO::Stderr Standard out metacpan
SPVM::IO::Stdout Standard out metacpan
SPVM::Int Int object metacpan
SPVM::IntList Continuous dynamic int array metacpan
SPVM::List Continuous dynamic object array metacpan
SPVM::Long Long object metacpan
SPVM::LongList Continuous dynamic long array metacpan
SPVM::Math Mathmatical functions metacpan
SPVM::NumberUtil Number Utilities metacpan
SPVM::Regex Regular expression metacpan
SPVM::Regex::Pattern Regular expression pattern metacpan
SPVM::Regex::Replacer a callback type for the regex replacement metacpan
SPVM::Short Short object metacpan
SPVM::ShortList Continuous dynamic short array metacpan
SPVM::Sort Sort functions metacpan
SPVM::StringBuffer String buffer metacpan
SPVM::StringList Continuous dynamic string array metacpan
SPVM::StringUtil Variouse utilities metacpan
SPVM::Stringer a callback type to stringify a object metacpan
SPVM::Time Time manipulation metacpan
SPVM::Time::Info Time information metacpan
SPVM::Unicode Unicode utilities. metacpan

Other Files

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