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

Last updated: October 06,2024

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

Please follow the steps below to install perl-MooseX-SemiAffordanceAccessor.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-MooseX-SemiAffordanceAccessor.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:39:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-SemiAffordanceAccessor
Version : 0.10
Release : 19.fc34
Architecture : noarch
Size : 20 k
Source : perl-MooseX-SemiAffordanceAccessor-0.10-19.fc34.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.