How to Install and Uninstall perl-MooseX-SemiAffordanceAccessor.noarch Package on Fedora 35

Last updated: October 09,2024

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

Please follow the instructions below to install perl-MooseX-SemiAffordanceAccessor.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-MooseX-SemiAffordanceAccessor.noarch on Fedora 35:

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

3. Information about the perl-MooseX-SemiAffordanceAccessor.noarch package on Fedora 35

Last metadata expiration check: 2:21:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-MooseX-SemiAffordanceAccessor
Version : 0.10
Release : 21.fc35
Architecture : noarch
Size : 19 k
Source : perl-MooseX-SemiAffordanceAccessor-0.10-21.fc35.src.rpm
Repository : fedora
Summary : Name your accessors foo() and set_foo()
URL : https://metacpan.org/release/MooseX-SemiAffordanceAccessor
License : Artistic 2.0
Description : This module does not provide any methods. Simply loading it changes the
: default naming policy for the loading class so that accessors are
: separated into get and set methods. The get methods have the same name
: as the accessor, while set methods are prefixed with "set_".If you
: define an attribute with a leading underscore, then the set method will
: start with "_set_".If you explicitly set a "reader" or "writer" name
: when creating an attribute, then that attribute's naming scheme is left
: unchanged.