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

Last updated: January 13,2025

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

Please follow the step by step instructions below to install perl-MooseX-Role-TraitConstructor.noarch on Fedora 38

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

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

This guide let you learn how to uninstall perl-MooseX-Role-TraitConstructor.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:52:36 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-MooseX-Role-TraitConstructor
Version : 0.01
Release : 32.fc38
Architecture : noarch
Size : 13 k
Source : perl-MooseX-Role-TraitConstructor-0.01-32.fc38.src.rpm
Repository : fedora
Summary : Wrapper for new that can accept a traits parameter
URL : https://metacpan.org/release/MooseX-Role-TraitConstructor
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.