How to Install and Uninstall libeval-closure-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libeval-closure-perl" package

Learn how to install libeval-closure-perl on Kali Linux

$ sudo apt update $ sudo apt install libeval-closure-perl

2. Uninstall "libeval-closure-perl" package

Please follow the guidelines below to uninstall libeval-closure-perl on Kali Linux:

$ sudo apt remove libeval-closure-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libeval-closure-perl package on Kali Linux

Package: libeval-closure-perl
Version: 0.14-3
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libsub-exporter-perl
Recommends: libdevel-lexalias-perl
Size: 11192
SHA256: 611c80719fa5a0c253f6f087466b44e24ea585e38e1672551d2c0b8a92b00b1a
SHA1: 66492159529d171cb6e0b2257177632ffaee79e0
MD5sum: 1c32b1f87e63ce144655458a7aee8089
Description: Perl module to safely and cleanly create closures via string eval
String eval is often used for dynamic code generation. For instance, Moose
uses it heavily, to generate inlined versions of accessors and constructors,
which speeds code up at runtime by a significant amount. String eval is not
without its issues however - it's difficult to control the scope it's used in
(which determines which variables are in scope inside the eval), and it can
be quite slow, especially if doing a large number of evals.
.
Eval::Closure attempts to solve both of those problems. It provides an
eval_closure function, which evals a string in a clean environment, other
than a fixed list of specified variables. It also caches the result of the
eval, so that doing repeated evals of the same source, even with a different
environment, will be much faster (but note that the description is part of
the string to be evaled, so it must also be the same (or non-existent) if
caching is to work properly).
Description-md5:
Homepage: https://metacpan.org/release/Eval-Closure
Tag: implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libe/libeval-closure-perl/libeval-closure-perl_0.14-3_all.deb