How to Install and Uninstall perl-MooseX-Clone Package on openSUSE Leap

Last updated: September 28,2024

1. Install "perl-MooseX-Clone" package

Please follow the instructions below to install perl-MooseX-Clone on openSUSE Leap

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

2. Uninstall "perl-MooseX-Clone" package

Please follow the guidelines below to uninstall perl-MooseX-Clone on openSUSE Leap:

$ sudo zypper remove perl-MooseX-Clone

3. Information about the perl-MooseX-Clone package on openSUSE Leap

Information for package perl-MooseX-Clone:
------------------------------------------
Repository : Main Repository
Name : perl-MooseX-Clone
Version : 0.06-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 53.8 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-Clone-0.06-bp155.2.8.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.