How to Install and Uninstall perl-Class-C3-Adopt-NEXT Package on openSUSE Leap

Last updated: May 04,2024

1. Install "perl-Class-C3-Adopt-NEXT" package

Please follow the steps below to install perl-Class-C3-Adopt-NEXT on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-C3-Adopt-NEXT

2. Uninstall "perl-Class-C3-Adopt-NEXT" package

This guide let you learn how to uninstall perl-Class-C3-Adopt-NEXT on openSUSE Leap:

$ sudo zypper remove perl-Class-C3-Adopt-NEXT

3. Information about the perl-Class-C3-Adopt-NEXT package on openSUSE Leap

Information for package perl-Class-C3-Adopt-NEXT:
-------------------------------------------------
Repository : Main Repository
Name : perl-Class-C3-Adopt-NEXT
Version : 0.14-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 40.3 KiB
Installed : No
Status : not installed
Source package : perl-Class-C3-Adopt-NEXT-0.14-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Class-C3-Adopt-NEXT/
Summary : Make Next Suck Less
Description :
the NEXT manpage was a good solution a few years ago, but isn't any more.
It's slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up with
code to re-dispatch methods when all you really wanted to do was run some
code before or after a method fired.
However, if you have a large application, then weaning yourself off 'NEXT'
isn't easy.
This module is intended as a drop-in replacement for NEXT, supporting the
same interface, but using the Class::C3 manpage to do the hard work. You
can then write new code without 'NEXT', and migrate individual source files
to use 'Class::C3' or method modifiers as appropriate, at whatever pace
you're comfortable with.