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

Last updated: October 09,2024

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

Please follow the guidance below to install perl-MooseX-Role-TraitConstructor.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-MooseX-Role-TraitConstructor.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:08:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MooseX-Role-TraitConstructor
Version : 0.01
Release : 29.fc36
Architecture : noarch
Size : 13 k
Source : perl-MooseX-Role-TraitConstructor-0.01-29.fc36.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.