How to Install and Uninstall perl-MooseX-AttributeShortcuts.noarch Package on Fedora 39

Last updated: September 27,2024

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

In this section, we are going to explain the necessary steps to install perl-MooseX-AttributeShortcuts.noarch on Fedora 39

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

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

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

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

3. Information about the perl-MooseX-AttributeShortcuts.noarch package on Fedora 39

Last metadata expiration check: 0:54:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-MooseX-AttributeShortcuts
Version : 0.037
Release : 18.fc39
Architecture : noarch
Size : 53 k
Source : perl-MooseX-AttributeShortcuts-0.037-18.fc39.src.rpm
Repository : fedora
Summary : Shorthand for common Moose attribute options
URL : http://metacpan.org/release/MooseX-AttributeShortcuts/
License : LGPLv2
Description : Ever find yourself repeatedly specifying writers and builders, because there's
: no good shortcut to specify them? Sometimes you want an attribute to have
: a read-only public interface, but a private writer. And wouldn't it be easier
: to just say "builder => 1" and have the attribute construct the canonical
: "_build_$name" builder name for you?
:
: This package causes an attribute trait to be applied to all attributes defined
: to the using class. This trait extends the attribute option processing to
: handle the above variations.