How to Install and Uninstall libclass-autoloadcan-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "libclass-autoloadcan-perl" package

This guide let you learn how to install libclass-autoloadcan-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libclass-autoloadcan-perl

2. Uninstall "libclass-autoloadcan-perl" package

Please follow the step by step instructions below to uninstall libclass-autoloadcan-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libclass-autoloadcan-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclass-autoloadcan-perl package on Ubuntu 21.10 (Impish Indri)

Package: libclass-autoloadcan-perl
Architecture: all
Version: 0.03-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: perl:any
Filename: pool/universe/libc/libclass-autoloadcan-perl/libclass-autoloadcan-perl_0.03-2.1_all.deb
Size: 10340
MD5sum: ec9a88bef1b81d420902a4e22885e99d
SHA1: 2626a3efad1e85a01dd44cc5c2f6a1e4554a55e9
SHA256: 5eb917d72d901b21eeb9b4796b8cea215f0b9c43fc1f1774f9790208a2417971
SHA512: 8beb831de71c002d27103f1551793de6b8b781cbab7296fbc82b2a7ac4b1d66ed7299ce2a73447dfb6e82ccae63f770e3045a54b0f5f60bec6debc4a1f454a72
Homepage: https://metacpan.org/release/Class-AutoloadCAN
Description-en: module managing conflict between AUTOLOAD, can and inheritance
Class::AutoloadCAN solves a fundamental conflict between AUTOLOAD, can and
inheritance. The problem is that while you can implement anything in
AUTOLOAD, UNIVERSAL::can is not aware that it is there. Attempting to modify
UNIVERSAL::can to document those methods is very hard. And if a parent class
uses AUTOLOAD then subclasses have to do a lot of work to make their
AUTOLOADs cooperate with the parent one. It is harder still if 2 parent
classes in a multiple inheritance tree wish to cooperate with each other. Few
try to do this, which may be good since those who try usually get it wrong.
See http://www.perlmonks.org/?node_id=342804 for a fuller discussion.
.
With this module instead of writing AUTOLOADs, you write CANs. Based on what
they return, Class::AutoloadCAN will decide whether you handle the call or it
needs to search higher up the inheritance chain.
Description-md5: 83532b3e50673266cb9705df6bd014d9