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

Last updated: July 03,2024

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

Here is a brief guide to show you how to install perl-MooseX-Clone.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-MooseX-Clone.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:23:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-Clone
Version : 0.06
Release : 19.fc34
Architecture : noarch
Size : 31 k
Source : perl-MooseX-Clone-0.06-19.fc34.src.rpm
Repository : fedora
Summary : Fine grained cloning support for Moose objects
URL : https://metacpan.org/release/MooseX-Clone
License : GPL+ or Artistic
Description : Out of the box Moose only provides very bare-bones cloning support in order
: to maximize flexibility.
:
: This role provides a clone method that makes use of the low level cloning
: support already in Moose and adds selective deep cloning based on
: introspection on top of that. Attributes with the Clone trait will handle
: cloning of data within the object, typically delegating to the attribute
: value's own clone method.