How to Install and Uninstall perl-MooseX-Clone Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-MooseX-Clone" package

Please follow the guidelines below to install perl-MooseX-Clone on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-MooseX-Clone

2. Uninstall "perl-MooseX-Clone" package

Learn how to uninstall perl-MooseX-Clone on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-Clone

3. Information about the perl-MooseX-Clone package on openSuSE Tumbleweed

Information for package perl-MooseX-Clone:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-Clone
Version : 0.06-1.30
Arch : noarch
Vendor : openSUSE
Installed Size : 49.4 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Clone-0.06-1.30.src
Upstream URL : http://search.cpan.org/dist/MooseX-Clone/
Summary : Fine-grained cloning support for Moose objects
Description :
Out of the box the Moose manpage only provides very barebones cloning
support in order to maximize flexibility.
This role provides a 'clone' method that makes use of the low level cloning
support already in the Moose manpage 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.