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

Last updated: July 05,2024

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

This guide let you learn how to install perl-MooseX-ClassAttribute.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-ClassAttribute.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:14:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-ClassAttribute
Version : 0.29
Release : 14.fc34
Architecture : noarch
Size : 52 k
Source : perl-MooseX-ClassAttribute-0.29-14.fc34.src.rpm
Repository : fedora
Summary : Declare class attributes Moose-style
URL : https://metacpan.org/release/MooseX-ClassAttribute
License : Artistic 2.0
Description : This module allows you to declare class attributes in exactly the same way as
: object attributes, using class_has() instead of has().
:
: You can use any feature of Moose's attribute declarations, including overriding
: a parent's attributes, delegation (handles), and attribute metaclasses, and it
: should just work. The one exception is the "required" flag, which is not
: allowed for class attributes.
:
: The accessor methods for class attribute may be called on the class directly,
: or on objects of that class. Passing a class attribute to the constructor will
: not set it.