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

Last updated: October 07,2024

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

This guide covers the steps necessary to install perl-MooseX-AttributeShortcuts.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-MooseX-AttributeShortcuts.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:11:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-MooseX-AttributeShortcuts
Version : 0.037
Release : 11.fc34
Architecture : noarch
Size : 56 k
Source : perl-MooseX-AttributeShortcuts-0.037-11.fc34.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.