How to Install and Uninstall perl-MooX-StrictConstructor Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "perl-MooX-StrictConstructor" package
In this section, we are going to explain the necessary steps to install perl-MooX-StrictConstructor on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-MooX-StrictConstructor
Copied
2. Uninstall "perl-MooX-StrictConstructor" package
Please follow the steps below to uninstall perl-MooX-StrictConstructor on openSuSE Tumbleweed:
$
sudo zypper remove
perl-MooX-StrictConstructor
Copied
3. Information about the perl-MooX-StrictConstructor package on openSuSE Tumbleweed
Information for package perl-MooX-StrictConstructor:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooX-StrictConstructor
Version : 0.011-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 30.6 KiB
Installed : No
Status : not installed
Source package : perl-MooX-StrictConstructor-0.011-1.15.src
Upstream URL : https://metacpan.org/release/MooX-StrictConstructor
Summary : Make your Moo-based 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 dies. This is a great way to catch small typos.
Your application can use Carp::Always to generate stack traces on 'die'.
Previously all exceptions contained traces, but this could potentially leak
sensitive information, e.g.
My::Sensitive::Class->new( password => $sensitive, extra_value => 'foo' );
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooX-StrictConstructor
Version : 0.011-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 30.6 KiB
Installed : No
Status : not installed
Source package : perl-MooX-StrictConstructor-0.011-1.15.src
Upstream URL : https://metacpan.org/release/MooX-StrictConstructor
Summary : Make your Moo-based 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 dies. This is a great way to catch small typos.
Your application can use Carp::Always to generate stack traces on 'die'.
Previously all exceptions contained traces, but this could potentially leak
sensitive information, e.g.
My::Sensitive::Class->new( password => $sensitive, extra_value => 'foo' );