How to Install and Uninstall libclass-autoloadcan-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libclass-autoloadcan-perl" package

Learn how to install libclass-autoloadcan-perl on Kali Linux

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

2. Uninstall "libclass-autoloadcan-perl" package

This guide let you learn how to uninstall libclass-autoloadcan-perl on Kali Linux:

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

3. Information about the libclass-autoloadcan-perl package on Kali Linux

Package: libclass-autoloadcan-perl
Version: 0.03-4
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11436
SHA256: ead345efff6fda21bac29627b518ab1ad4e5873191a01be9b3de02070051ef88
SHA1: 8e562b1072aec696702af272dbb5b9b7bde1524c
MD5sum: 9b219c59eb8c0199ae28cf1d7d5958c1
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Class-AutoloadCAN
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-autoloadcan-perl/libclass-autoloadcan-perl_0.03-4_all.deb