How to Install and Uninstall perl-MooseX-StrictConstructor Package on openSUSE Leap

Last updated: July 05,2024

1. Install "perl-MooseX-StrictConstructor" package

Please follow the guidelines below to install perl-MooseX-StrictConstructor on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MooseX-StrictConstructor

2. Uninstall "perl-MooseX-StrictConstructor" package

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

$ sudo zypper remove perl-MooseX-StrictConstructor

3. Information about the perl-MooseX-StrictConstructor package on openSUSE Leap

Information for package perl-MooseX-StrictConstructor:
------------------------------------------------------
Repository : Main Repository
Name : perl-MooseX-StrictConstructor
Version : 0.21-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 33.1 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-StrictConstructor-0.21-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/MooseX-StrictConstructor/
Summary : Make your object constructors blow up on unknown attributes
Description :
Simply loading this module makes your constructors "strict". If your
constructor is called with an attribute init argument that your class does
not declare, then it calls 'Moose->throw_error()'. This is a great way to
catch small typos.