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

Last updated: July 01,2024

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

This guide let you learn how to install perl-MouseX-StrictConstructor.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-MouseX-StrictConstructor.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:52:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MouseX-StrictConstructor
Version : 0.02
Release : 18.fc34
Architecture : noarch
Size : 12 k
Source : perl-MouseX-StrictConstructor-0.02-18.fc34.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.