How to Install and Uninstall perl-Class-Method-Modifiers-Fast Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "perl-Class-Method-Modifiers-Fast" package

Please follow the guidelines below to install perl-Class-Method-Modifiers-Fast on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Class-Method-Modifiers-Fast

2. Uninstall "perl-Class-Method-Modifiers-Fast" package

Please follow the steps below to uninstall perl-Class-Method-Modifiers-Fast on openSuSE Tumbleweed:

$ sudo zypper remove perl-Class-Method-Modifiers-Fast

3. Information about the perl-Class-Method-Modifiers-Fast package on openSuSE Tumbleweed

Information for package perl-Class-Method-Modifiers-Fast:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Class-Method-Modifiers-Fast
Version : 0.041-15.24
Arch : noarch
Vendor : openSUSE
Installed Size : 7.2 KiB
Installed : No
Status : not installed
Source package : perl-Class-Method-Modifiers-Fast-0.041-15.24.src
Upstream URL : http://search.cpan.org/dist/Class-Method-Modifiers-Fast/
Summary : Provides Moose-Like Method Modifiers
Description :
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.
'Class::Method::Modifiers::Fast' provides three modifiers: 'before',
'around', and 'after'. 'before' and 'after' are run just before and after
the method they modify, but can not really affect that original method.
'around' is run in place of the original method, with a hook to easily call
that original method. See the 'MODIFIERS' section for more details on how
the particular modifiers work.