How to Install and Uninstall perl-Params-Validate Package on openSUSE Leap

Last updated: January 27,2025

1. Install "perl-Params-Validate" package

Here is a brief guide to show you how to install perl-Params-Validate on openSUSE Leap

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

2. Uninstall "perl-Params-Validate" package

Here is a brief guide to show you how to uninstall perl-Params-Validate on openSUSE Leap:

$ sudo zypper remove perl-Params-Validate

3. Information about the perl-Params-Validate package on openSUSE Leap

Information for package perl-Params-Validate:
---------------------------------------------
Repository : Main Repository
Name : perl-Params-Validate
Version : 1.29-1.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 174.3 KiB
Installed : No
Status : not installed
Source package : perl-Params-Validate-1.29-1.25.src
Upstream URL : http://search.cpan.org/dist/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.