How to Install and Uninstall perl-Specio Package on openSUSE Leap

Last updated: May 06,2024

1. Install "perl-Specio" package

This guide covers the steps necessary to install perl-Specio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Specio

2. Uninstall "perl-Specio" package

Please follow the steps below to uninstall perl-Specio on openSUSE Leap:

$ sudo zypper remove perl-Specio

3. Information about the perl-Specio package on openSUSE Leap

Information for package perl-Specio:
------------------------------------
Repository : Main Repository
Name : perl-Specio
Version : 0.42-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 378.5 KiB
Installed : No
Status : not installed
Source package : perl-Specio-0.42-1.17.src
Upstream URL : http://search.cpan.org/dist/Specio/
Summary : Type constraints and coercions for Perl
Description :
The 'Specio' distribution provides classes for representing type
constraints and coercion, along with syntax sugar for declaring them.
Note that this is not a proper type system for Perl. Nothing in this
distribution will magically make the Perl interpreter start checking a
value's type on assignment to a variable. In fact, there's no built-in way
to apply a type to a variable at all.
Instead, you can explicitly check a value against a type, and optionally
coerce values to that type.
My long-term goal is to replace Moose's built-in types and MooseX::Types
with this module.