How to Install and Uninstall perl-Class-Spiffy Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Class-Spiffy" package

Please follow the step by step instructions below to install perl-Class-Spiffy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-Spiffy

2. Uninstall "perl-Class-Spiffy" package

Please follow the guidelines below to uninstall perl-Class-Spiffy on openSUSE Leap:

$ sudo zypper remove perl-Class-Spiffy

3. Information about the perl-Class-Spiffy package on openSUSE Leap

Information for package perl-Class-Spiffy:
------------------------------------------
Repository : Main Repository
Name : perl-Class-Spiffy
Version : 0.15-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 54.9 KiB
Installed : No
Status : not installed
Source package : perl-Class-Spiffy-0.15-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Class-Spiffy/
Summary : Spiffy Framework with No Source Filtering
Description :
"Class::Spiffy" is a framework and methodology for doing object oriented
(OO) programming in Perl. Class::Spiffy combines the best parts of
Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation
class. It attempts to fix all the nits and warts of traditional Perl OO, in
a clean, straightforward and (perhaps someday) standard way.
Class::Spiffy borrows ideas from other OO languages like Python, Ruby, Java
and Perl 6. It also adds a few tricks of its own.
If you take a look on CPAN, there are a ton of OO related modules. When
starting a new project, you need to pick the set of modules that makes most
sense, and then you need to use those modules in each of your classes.
Class::Spiffy, on the other hand, has everything you'll probably need in
one module, and you only need to use it once in one of your classes. If you
make Class::Spiffy the base class of the basest class in your project,
Class::Spiffy will automatically pass all of its magic to all of your
subclasses. You may eventually forget that you're even using it!