How to Install and Uninstall perl-MouseX-StrictConstructor.noarch Package on Fedora 35

Last updated: April 27,2024

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

This tutorial shows how to install perl-MouseX-StrictConstructor.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-MouseX-StrictConstructor.noarch on Fedora 35:

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

3. Information about the perl-MouseX-StrictConstructor.noarch package on Fedora 35

Last metadata expiration check: 5:12:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-MouseX-StrictConstructor
Version : 0.02
Release : 20.fc35
Architecture : noarch
Size : 12 k
Source : perl-MouseX-StrictConstructor-0.02-20.fc35.src.rpm
Repository : fedora
Summary : Make your object constructors blow up on unknown attributes
URL : https://metacpan.org/release/MouseX-StrictConstructor
License : GPL+ or Artistic
Description : Simply loading this module makes your constructors "strict". If your
: constructor is called with an attribute argument that your class does not
: declare, then it dies. This is a great way to catch small typos.