Sah-SchemaBundle-Unix 0.022 Latest
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: Sah::SchemaR::unix::dirname, Sah::SchemaR::unix::filename, Sah::SchemaR::unix::gid, Sah::SchemaR::unix::gid::exists, Sah::SchemaR::unix::groupname, Sah::SchemaR::unix::groupname::exists, Sah::SchemaR::unix::pathname, Sah::SchemaR::unix::pid, Sah::SchemaR::unix::signal, Sah::SchemaR::unix::uid, Sah::SchemaR::unix::uid::exists, Sah::SchemaR::unix::username, Sah::SchemaR::unix::username::exists
- 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: Sah::Schema::unix::dirname, Sah::Schema::unix::filename, Sah::Schema::unix::gid, Sah::Schema::unix::gid::exists, Sah::Schema::unix::groupname, Sah::Schema::unix::groupname::exists, Sah::Schema::unix::pathname, Sah::Schema::unix::pid, Sah::Schema::unix::signal, Sah::Schema::unix::uid, Sah::Schema::unix::uid::exists, Sah::Schema::unix::username, Sah::Schema::unix::username::exists, Sah::SchemaBundle::Unix, Sah::SchemaR::unix::dirname, Sah::SchemaR::unix::filename, Sah::SchemaR::unix::gid, Sah::SchemaR::unix::gid::exists, Sah::SchemaR::unix::groupname, Sah::SchemaR::unix::groupname::exists, Sah::SchemaR::unix::pathname, Sah::SchemaR::unix::pid, Sah::SchemaR::unix::signal, Sah::SchemaR::unix::uid, Sah::SchemaR::unix::uid::exists, Sah::SchemaR::unix::username, Sah::SchemaR::unix::username::exists
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Data::Sah::Filter::perl::Unix::check_gid_exists | Check that GID exists (has associated group name) on the system | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::check_uid_exists | Check that UID exists (has associated username) on the system | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::check_unix_group_exists | Check that Unix group exists on the system | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::check_unix_user_exists | Check that Unix username exists on the system | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::convert_gid_to_unix_group | Convert GID into Unix groupname, fail when groupname does not exist | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::convert_uid_to_unix_user | Convert UID into Unix username, fail when username does not exist | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::convert_unix_group_to_gid | Convert Unix groupname into GID, fail when cannot convert | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::convert_unix_user_to_uid | Convert Unix username into UID, fail when cannot convert | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::try_convert_gid_to_unix_group | Try to convert GID into Unix groupname, leave as-is if cannot convert | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::try_convert_uid_to_unix_user | Try to convert UID into Unix username, leave as-is if cannot convert | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::try_convert_unix_group_to_gid | Try to convert Unix groupname into GID, leave as-is when cannot convert | 0.022 | metacpan |
Data::Sah::Filter::perl::Unix::try_convert_unix_user_to_uid | Try to convert Unix username into UID, leave as-is when cannot convert | 0.022 | metacpan |
Perinci::Sub::XCompletion::unix_gid | Generate completion for Unix GIDs (group IDs) | 0.022 | metacpan |
Perinci::Sub::XCompletion::unix_group | Generate completion for Unix group | 0.022 | metacpan |
Perinci::Sub::XCompletion::unix_group_or_gid | Generate completion for Unix group/GID | 0.022 | metacpan |
Perinci::Sub::XCompletion::unix_uid | Generate completion for Unix UIDs | 0.022 | metacpan |
Perinci::Sub::XCompletion::unix_user | Generate completion for Unix user | 0.022 | metacpan |
Perinci::Sub::XCompletion::unix_user_or_uid | Generate completion for Unix user/UID | 0.022 | metacpan |
Sah::Schema::unix::dirname | Directory name (with optional path) on a Unix system | 0.022 | metacpan |
Sah::Schema::unix::filename | File name (with optional path) on a Unix system | 0.022 | metacpan |
Sah::Schema::unix::gid | Group identifier (GID) | 0.022 | metacpan |
Sah::Schema::unix::gid::exists | Group identifier (GID) that has to exist on the system | 0.022 | metacpan |
Sah::Schema::unix::groupname | Unix group name | 0.022 | metacpan |
Sah::Schema::unix::groupname::exists | Unix group name that must exist on the system | 0.022 | metacpan |
Sah::Schema::unix::pathname | Path name (filename or dirname) on a Unix system | 0.022 | metacpan |
Sah::Schema::unix::pid | Process identifier (PID) | 0.022 | metacpan |
Sah::Schema::unix::signal | Unix signal name (e.g. TERM or KILL) or number (9 or 15) | 0.022 | metacpan |
Sah::Schema::unix::uid | User identifier (UID) | 0.022 | metacpan |
Sah::Schema::unix::uid::exists | User identifier (UID) that has to exist (has associated username) on the system | 0.022 | metacpan |
Sah::Schema::unix::username | Unix account name | 0.022 | metacpan |
Sah::Schema::unix::username::exists | Unix user name that must exist on the system | 0.022 | metacpan |
Sah::SchemaBundle::Unix | Various Sah schemas for Unix | 0.022 | metacpan |
Sah::SchemaR::unix::dirname | Directory name (with optional path) on a Unix system | 0.022 | metacpan |
Sah::SchemaR::unix::filename | File name (with optional path) on a Unix system | 0.022 | metacpan |
Sah::SchemaR::unix::gid | Group identifier (GID) | 0.022 | metacpan |
Sah::SchemaR::unix::gid::exists | Group identifier (GID) that has to exist on the system | 0.022 | metacpan |
Sah::SchemaR::unix::groupname | Unix group name | 0.022 | metacpan |
Sah::SchemaR::unix::groupname::exists | Unix group name that must exist on the system | 0.022 | metacpan |
Sah::SchemaR::unix::pathname | Path name (filename or dirname) on a Unix system | 0.022 | metacpan |
Sah::SchemaR::unix::pid | Process identifier (PID) | 0.022 | metacpan |
Sah::SchemaR::unix::signal | Unix signal name (e.g. TERM or KILL) or number (9 or 15) | 0.022 | metacpan |
Sah::SchemaR::unix::uid | User identifier (UID) | 0.022 | metacpan |
Sah::SchemaR::unix::uid::exists | User identifier (UID) that has to exist (has associated username) on the system | 0.022 | metacpan |
Sah::SchemaR::unix::username | Unix account name | 0.022 | metacpan |
Sah::SchemaR::unix::username::exists | Unix user name that must exist on the system | 0.022 | metacpan |