How to Install and Uninstall perl-Class-C3-Adopt-NEXT.noarch Package on Fedora 35

Last updated: September 21,2024

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

This tutorial shows how to install perl-Class-C3-Adopt-NEXT.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Class-C3-Adopt-NEXT.noarch

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

This is a short guide on how to uninstall perl-Class-C3-Adopt-NEXT.noarch on Fedora 35:

$ sudo dnf remove perl-Class-C3-Adopt-NEXT.noarch $ sudo dnf autoremove

3. Information about the perl-Class-C3-Adopt-NEXT.noarch package on Fedora 35

Last metadata expiration check: 0:50:09 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Class-C3-Adopt-NEXT
Version : 0.14
Release : 20.fc35
Architecture : noarch
Size : 25 k
Source : perl-Class-C3-Adopt-NEXT-0.14-20.fc35.src.rpm
Repository : fedora
Summary : Reduce one's dependency on NEXT
URL : https://metacpan.org/release/Class-C3-Adopt-NEXT
License : GPL+ or Artistic
Description : NEXT 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 redispatch 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 Class::C3 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.