How to Install and Uninstall perl-MooseX-StrictConstructor Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "perl-MooseX-StrictConstructor" package

This tutorial shows how to install perl-MooseX-StrictConstructor on openSuSE Tumbleweed

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

2. Uninstall "perl-MooseX-StrictConstructor" package

Please follow the instructions below to uninstall perl-MooseX-StrictConstructor on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-StrictConstructor

3. Information about the perl-MooseX-StrictConstructor package on openSuSE Tumbleweed

Information for package perl-MooseX-StrictConstructor:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-StrictConstructor
Version : 0.21-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 32.4 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-StrictConstructor-0.21-1.26.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.