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

Last updated: October 05,2024

1. Install "perl-MooseX-Role-TraitConstructor.noarch" package

Please follow the guidelines below to install perl-MooseX-Role-TraitConstructor.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MooseX-Role-TraitConstructor.noarch

2. Uninstall "perl-MooseX-Role-TraitConstructor.noarch" package

Please follow the guidance below to uninstall perl-MooseX-Role-TraitConstructor.noarch on Fedora 34:

$ sudo dnf remove perl-MooseX-Role-TraitConstructor.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:49:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-Role-TraitConstructor
Version : 0.01
Release : 26.fc34
Architecture : noarch
Size : 13 k
Source : perl-MooseX-Role-TraitConstructor-0.01-26.fc34.src.rpm
Repository : fedora
Summary : Wrapper for new that can accept a traits parameter
URL : https://metacpan.org/release/MooseX-Role-TraitConstructor
License : GPL+ or Artistic
Description : This role allows you to easily accept a traits argument (or another name)
: into your constructor, which will easily mix roles into an anonymous class
: before construction, much like Moose::Meta::Attribute does.