How to Install and Uninstall perl-Data-Clone Package on openSUSE Leap
Last updated: November 07,2024
1. Install "perl-Data-Clone" package
Please follow the guidance below to install perl-Data-Clone on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Data-Clone
Copied
2. Uninstall "perl-Data-Clone" package
This guide let you learn how to uninstall perl-Data-Clone on openSUSE Leap:
$
sudo zypper remove
perl-Data-Clone
Copied
3. Information about the perl-Data-Clone package on openSUSE Leap
Information for package perl-Data-Clone:
----------------------------------------
Repository : Main Repository
Name : perl-Data-Clone
Version : 0.004-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 23.6 KiB
Installed : No
Status : not installed
Source package : perl-Data-Clone-0.004-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/Data-Clone/
Summary : Polymorphic data cloning
Description :
'Data::Clone' does data cloning, i.e. copies things recursively. This is
smart so that it works with not only non-blessed references, but also with
blessed references (i.e. objects). When 'clone()' finds an object, it calls
a 'clone' method of the object if the object has a 'clone', otherwise it
makes a surface copy of the object. That is, this module does polymorphic
data cloning.
Although there are several modules on CPAN which can clone data, this
module has a different cloning policy from almost all of them. See Cloning
policy and Comparison to other cloning modules for details.
----------------------------------------
Repository : Main Repository
Name : perl-Data-Clone
Version : 0.004-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 23.6 KiB
Installed : No
Status : not installed
Source package : perl-Data-Clone-0.004-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/Data-Clone/
Summary : Polymorphic data cloning
Description :
'Data::Clone' does data cloning, i.e. copies things recursively. This is
smart so that it works with not only non-blessed references, but also with
blessed references (i.e. objects). When 'clone()' finds an object, it calls
a 'clone' method of the object if the object has a 'clone', otherwise it
makes a surface copy of the object. That is, this module does polymorphic
data cloning.
Although there are several modules on CPAN which can clone data, this
module has a different cloning policy from almost all of them. See Cloning
policy and Comparison to other cloning modules for details.