How to Install and Uninstall perl-Class-Tiny Package on openSUSE Leap
Last updated: January 11,2025
1. Install "perl-Class-Tiny" package
Please follow the guidance below to install perl-Class-Tiny on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Class-Tiny
Copied
2. Uninstall "perl-Class-Tiny" package
Please follow the step by step instructions below to uninstall perl-Class-Tiny on openSUSE Leap:
$
sudo zypper remove
perl-Class-Tiny
Copied
3. Information about the perl-Class-Tiny package on openSUSE Leap
Information for package perl-Class-Tiny:
----------------------------------------
Repository : Main Repository
Name : perl-Class-Tiny
Version : 1.006-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 54.0 KiB
Installed : No
Status : not installed
Source package : perl-Class-Tiny-1.006-1.24.src
Upstream URL : http://search.cpan.org/dist/Class-Tiny/
Summary : Minimalist class construction
Description :
This module offers a minimalist class construction kit in around 120 lines
of code. Here is a list of features:
* defines attributes via import arguments
* generates read-write accessors
* supports lazy attribute defaults
* supports custom accessors
* superclass provides a standard 'new' constructor
* 'new' takes a hash reference or list of key/value pairs
* 'new' supports providing 'BUILDARGS' to customize constructor options
* 'new' calls 'BUILD' for each class from parent to child
* superclass provides a 'DESTROY' method
* 'DESTROY' calls 'DEMOLISH' for each class from child to parent
Multiple-inheritance is possible, with superclass order determined via
mro::get_linear_isa.
It uses no non-core modules for any recent Perl. On Perls older than v5.10
it requires MRO::Compat. On Perls older than v5.14, it requires
Devel::GlobalDestruction.
----------------------------------------
Repository : Main Repository
Name : perl-Class-Tiny
Version : 1.006-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 54.0 KiB
Installed : No
Status : not installed
Source package : perl-Class-Tiny-1.006-1.24.src
Upstream URL : http://search.cpan.org/dist/Class-Tiny/
Summary : Minimalist class construction
Description :
This module offers a minimalist class construction kit in around 120 lines
of code. Here is a list of features:
* defines attributes via import arguments
* generates read-write accessors
* supports lazy attribute defaults
* supports custom accessors
* superclass provides a standard 'new' constructor
* 'new' takes a hash reference or list of key/value pairs
* 'new' supports providing 'BUILDARGS' to customize constructor options
* 'new' calls 'BUILD' for each class from parent to child
* superclass provides a 'DESTROY' method
* 'DESTROY' calls 'DEMOLISH' for each class from child to parent
Multiple-inheritance is possible, with superclass order determined via
mro::get_linear_isa.
It uses no non-core modules for any recent Perl. On Perls older than v5.10
it requires MRO::Compat. On Perls older than v5.14, it requires
Devel::GlobalDestruction.