How to Install and Uninstall perl-Params-Validate Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "perl-Params-Validate" package

This is a short guide on how to install perl-Params-Validate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Params-Validate

2. Uninstall "perl-Params-Validate" package

Please follow the steps below to uninstall perl-Params-Validate on openSuSE Tumbleweed:

$ sudo zypper remove perl-Params-Validate

3. Information about the perl-Params-Validate package on openSuSE Tumbleweed

Information for package perl-Params-Validate:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Params-Validate
Version : 1.31-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 184.4 KiB
Installed : No
Status : not installed
Source package : perl-Params-Validate-1.31-1.6.src
Upstream URL : https://metacpan.org/release/Params-Validate
Summary : Validate method/function parameters
Description :
*I would recommend you consider using Params::ValidationCompiler instead.
That module, despite being pure Perl, is _significantly_ faster than this
one, at the cost of having to adopt a type system such as Specio,
Type::Tiny, or the one shipped with Moose*.
This module allows you to validate method or function call parameters to an
arbitrary level of specificity. At the simplest level, it is capable of
validating the required parameters were given and that no unspecified
additional parameters were passed in.
It is also capable of determining that a parameter is of a specific type,
that it is an object of a certain class hierarchy, that it possesses
certain methods, or applying validation callbacks to arguments.