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

Last updated: January 10,2025

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

This guide let you learn how to install perl-MooseX-AttributeShortcuts.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-MooseX-AttributeShortcuts.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:04:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-MooseX-AttributeShortcuts
Version : 0.037
Release : 13.fc35
Architecture : noarch
Size : 55 k
Source : perl-MooseX-AttributeShortcuts-0.037-13.fc35.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.