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::Sys, SPVM::Sys::Env, SPVM::Sys::IO, SPVM::Sys::IO::Constant, SPVM::Sys::IO::DirStream, SPVM::Sys::IO::Dirent, SPVM::Sys::IO::FileStream, SPVM::Sys::IO::Flock, SPVM::Sys::IO::Stat, SPVM::Sys::IO::Windows, SPVM::Sys::Ioctl, SPVM::Sys::Ioctl::Constant, SPVM::Sys::OS, SPVM::Sys::Poll, SPVM::Sys::Poll::Constant, SPVM::Sys::Poll::PollfdArray, SPVM::Sys::Process, SPVM::Sys::Process::Constant, SPVM::Sys::Select, SPVM::Sys::Select::Constant, SPVM::Sys::Select::Fd_set, SPVM::Sys::Signal, SPVM::Sys::Signal::Constant, SPVM::Sys::Signal::Handler, SPVM::Sys::Socket, SPVM::Sys::Socket::Addrinfo, SPVM::Sys::Socket::AddrinfoLinkedList, SPVM::Sys::Socket::Constant, SPVM::Sys::Socket::Errno, SPVM::Sys::Socket::Error::InetInvalidNetworkAddress, SPVM::Sys::Socket::In6_addr, SPVM::Sys::Socket::In_addr, SPVM::Sys::Socket::In_addr_base, SPVM::Sys::Socket::Ip_mreq, SPVM::Sys::Socket::Ip_mreq_source, SPVM::Sys::Socket::Ipv6_mreq, SPVM::Sys::Socket::Sockaddr, SPVM::Sys::Socket::Sockaddr::In, SPVM::Sys::Socket::Sockaddr::In6, SPVM::Sys::Socket::Sockaddr::Storage, SPVM::Sys::Socket::Sockaddr::Un, SPVM::Sys::Socket::Util, SPVM::Sys::Time, SPVM::Sys::Time::Constant, SPVM::Sys::Time::Itimerval, SPVM::Sys::Time::Timespec, SPVM::Sys::Time::Timeval, SPVM::Sys::Time::Timezone, SPVM::Sys::Time::Tm, SPVM::Sys::Time::Tms, SPVM::Sys::Time::Util, SPVM::Sys::Time::Utimbuf, SPVM::Sys::User, SPVM::Sys::User::Group, SPVM::Sys::User::Passwd

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.

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .github

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::Sys, SPVM::Sys::Env, SPVM::Sys::IO, SPVM::Sys::IO::Constant, SPVM::Sys::IO::DirStream, SPVM::Sys::IO::Dirent, SPVM::Sys::IO::FileStream, SPVM::Sys::IO::Flock, SPVM::Sys::IO::Stat, SPVM::Sys::IO::Windows, SPVM::Sys::Ioctl, SPVM::Sys::Ioctl::Constant, SPVM::Sys::OS, SPVM::Sys::Poll, SPVM::Sys::Poll::Constant, SPVM::Sys::Poll::PollfdArray, SPVM::Sys::Process, SPVM::Sys::Process::Constant, SPVM::Sys::Select, SPVM::Sys::Select::Constant, SPVM::Sys::Select::Fd_set, SPVM::Sys::Signal, SPVM::Sys::Signal::Constant, SPVM::Sys::Signal::Handler, SPVM::Sys::Socket, SPVM::Sys::Socket::Addrinfo, SPVM::Sys::Socket::AddrinfoLinkedList, SPVM::Sys::Socket::Constant, SPVM::Sys::Socket::Errno, SPVM::Sys::Socket::Error::InetInvalidNetworkAddress, SPVM::Sys::Socket::In6_addr, SPVM::Sys::Socket::In_addr, SPVM::Sys::Socket::In_addr_base, SPVM::Sys::Socket::Ip_mreq, SPVM::Sys::Socket::Ip_mreq_source, SPVM::Sys::Socket::Ipv6_mreq, SPVM::Sys::Socket::Sockaddr, SPVM::Sys::Socket::Sockaddr::In, SPVM::Sys::Socket::Sockaddr::In6, SPVM::Sys::Socket::Sockaddr::Storage, SPVM::Sys::Socket::Sockaddr::Un, SPVM::Sys::Socket::Util, SPVM::Sys::Time, SPVM::Sys::Time::Constant, SPVM::Sys::Time::Itimerval, SPVM::Sys::Time::Timespec, SPVM::Sys::Time::Timeval, SPVM::Sys::Time::Timezone, SPVM::Sys::Time::Tm, SPVM::Sys::Time::Tms, SPVM::Sys::Time::Util, SPVM::Sys::Time::Utimbuf, SPVM::Sys::User, SPVM::Sys::User::Group, SPVM::Sys::User::Passwd

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::Sys System Calls for File IO, Sockets, Time, Process, Signals, Users 0.514001 metacpan
SPVM::Sys::Env Environemnt Variables metacpan
SPVM::Sys::IO IO System Call metacpan
SPVM::Sys::IO::Constant Constant values for File IO. metacpan
SPVM::Sys::IO::DirStream C<DIR> structure in the C language. metacpan
SPVM::Sys::IO::Dirent struct dirent in the C language metacpan
SPVM::Sys::IO::FileStream C<FILE> structure in the C language. metacpan
SPVM::Sys::IO::Flock struct flock in the C language metacpan
SPVM::Sys::IO::Stat struct stat in the C language metacpan
SPVM::Sys::IO::Windows IO System Call on Windows metacpan
SPVM::Sys::Ioctl The ioctl System Call metacpan
SPVM::Sys::Ioctl::Constant Constant Values for The ioctl Function. metacpan
SPVM::Sys::OS OS Information metacpan
SPVM::Sys::Poll Poll System Call metacpan
SPVM::Sys::Poll::Constant Constant Values for The poll System Call metacpan
SPVM::Sys::Poll::PollfdArray Array of C<struct pollfd> in the C language metacpan
SPVM::Sys::Process System Calls for Process Manipulation metacpan
SPVM::Sys::Process::Constant Constant Values for Process Manipulation metacpan
SPVM::Sys::Select Select System Call metacpan
SPVM::Sys::Select::Constant Constant Values for Select. metacpan
SPVM::Sys::Select::Fd_set fd_set structure in C Language metacpan
SPVM::Sys::Signal Signals metacpan
SPVM::Sys::Signal::Constant Signal Constant Values metacpan
SPVM::Sys::Signal::Handler Signal Handler metacpan
SPVM::Sys::Socket System Calls for Sockets metacpan
SPVM::Sys::Socket::Addrinfo struct addrinfo in the C language metacpan
SPVM::Sys::Socket::AddrinfoLinkedList Linked List of struct addrinfo in the C language metacpan
SPVM::Sys::Socket::Constant Sockets Constant Values metacpan
SPVM::Sys::Socket::Errno Socket Error Numbers metacpan
SPVM::Sys::Socket::In6_addr struct in6_addr in the C language metacpan
SPVM::Sys::Socket::In_addr struct in_addr in the C language metacpan
SPVM::Sys::Socket::In_addr_base Base Class of L<struct in_addr|https://linux.die.net/man/3/inet_network> family. metacpan
SPVM::Sys::Socket::Ip_mreq struct ip_mreq in the C language metacpan
SPVM::Sys::Socket::Ip_mreq_source struct ip_mreq_source in the C language metacpan
SPVM::Sys::Socket::Ipv6_mreq struct ipv6_mreq in the C language metacpan
SPVM::Sys::Socket::Sockaddr struct sockaddr in the C language metacpan
SPVM::Sys::Socket::Sockaddr::In struct sockaddr_in in the C language metacpan
SPVM::Sys::Socket::Sockaddr::In6 struct sockaddr_in6 in the C language metacpan
SPVM::Sys::Socket::Sockaddr::Storage struct sockaddr_storage in the C language metacpan
SPVM::Sys::Socket::Sockaddr::Un struct sockaddr_un in the C language metacpan
SPVM::Sys::Socket::Util Socket Utilities metacpan
SPVM::Sys::Time System Calls for Time Manipulation metacpan
SPVM::Sys::Time::Constant Constant Values for Time metacpan
SPVM::Sys::Time::Itimerval struct itimerval in the C language metacpan
SPVM::Sys::Time::Timespec struct timespec in the C language metacpan
SPVM::Sys::Time::Timeval struct timeval in the C language metacpan
SPVM::Sys::Time::Timezone struct timezone in the C language metacpan
SPVM::Sys::Time::Tm struct tm in the C language metacpan
SPVM::Sys::Time::Tms struct tms in the C language metacpan
SPVM::Sys::Time::Util Time Utilities metacpan
SPVM::Sys::Time::Utimbuf struct utimbuf in the C language metacpan
SPVM::Sys::User User/Group System Calls metacpan
SPVM::Sys::User::Group Entry of Group Database metacpan
SPVM::Sys::User::Passwd Entry of Password Database metacpan

Provides

Name File View
Sys::Socket::Error::InetInvalidNetworkAddress lib/SPVM/Sys/Socket/Error/InetInvalidNetworkAddress.pm metacpan

Other Files

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