How to Install and Uninstall perl-Class-Method-Modifiers-Fast Package on openSUSE Leap
Last updated: November 14,2024
1. Install "perl-Class-Method-Modifiers-Fast" package
Please follow the guidance below to install perl-Class-Method-Modifiers-Fast on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Class-Method-Modifiers-Fast
Copied
2. Uninstall "perl-Class-Method-Modifiers-Fast" package
This guide covers the steps necessary to uninstall perl-Class-Method-Modifiers-Fast on openSUSE Leap:
$
sudo zypper remove
perl-Class-Method-Modifiers-Fast
Copied
3. Information about the perl-Class-Method-Modifiers-Fast package on openSUSE Leap
Information for package perl-Class-Method-Modifiers-Fast:
---------------------------------------------------------
Repository : Main Repository
Name : perl-Class-Method-Modifiers-Fast
Version : 0.041-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 7.4 KiB
Installed : No
Status : not installed
Source package : perl-Class-Method-Modifiers-Fast-0.041-bp155.2.8.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.
---------------------------------------------------------
Repository : Main Repository
Name : perl-Class-Method-Modifiers-Fast
Version : 0.041-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 7.4 KiB
Installed : No
Status : not installed
Source package : perl-Class-Method-Modifiers-Fast-0.041-bp155.2.8.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.