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

Last updated: July 05,2024

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

This is a short guide on how to install perl-MooseX-StrictConstructor.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-MooseX-StrictConstructor.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:17:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-StrictConstructor
Version : 0.21
Release : 13.fc34
Architecture : noarch
Size : 24 k
Source : perl-MooseX-StrictConstructor-0.21-13.fc34.src.rpm
Repository : fedora
Summary : Make your object constructors blow up on unknown attributes
URL : https://metacpan.org/release/MooseX-StrictConstructor
License : Artistic 2.0
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 "Carp::confess()". This is a great way to catch
: small typos.