How to Install and Uninstall perl-MooX-StrictConstructor.noarch Package on Fedora 38

Last updated: September 29,2024

1. Install "perl-MooX-StrictConstructor.noarch" package

Please follow the step by step instructions below to install perl-MooX-StrictConstructor.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-MooX-StrictConstructor.noarch

2. Uninstall "perl-MooX-StrictConstructor.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-MooX-StrictConstructor.noarch on Fedora 38:

$ sudo dnf remove perl-MooX-StrictConstructor.noarch $ sudo dnf autoremove

3. Information about the perl-MooX-StrictConstructor.noarch package on Fedora 38

Last metadata expiration check: 1:38:54 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-MooX-StrictConstructor
Version : 0.011
Release : 10.fc38
Architecture : noarch
Size : 24 k
Source : perl-MooX-StrictConstructor-0.011-10.fc38.src.rpm
Repository : fedora
Summary : Make your Moo-based object constructors blow up on unknown attributes
URL : https://metacpan.org/release/MooX-StrictConstructor
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.