How to Install and Uninstall perltidier Package on Kali Linux

Last updated: May 15,2024

1. Install "perltidier" package

This guide let you learn how to install perltidier on Kali Linux

$ sudo apt update $ sudo apt install perltidier

2. Uninstall "perltidier" package

Please follow the guidelines below to uninstall perltidier on Kali Linux:

$ sudo apt remove perltidier $ sudo apt autoclean && sudo apt autoremove

3. Information about the perltidier package on Kali Linux

Package: perltidier
Version: 1.20-1
Installed-Size: 75
Maintainer: Debian Perl Group
Architecture: all
Depends: perltidy (>= 20230309), perl:any
Enhances: perltidy
Size: 31784
SHA256: f38bcb4a9692d14b3d32809837ef08693e91dce72bdf3c1db78de0b22c5ceb48
SHA1: 7ddf9dd70b436631af41cad07b39f5e7fe098d06
MD5sum: 98ccc63a84519f27650ef633cabe1613
Description: tweaks to Perl::Tidy to support some syntactic sugar
There are a number of modules on CPAN
that allow users to write their classes with a more "modern" syntax.
These tools eliminate the need to shift off $self,
can support type checking
and offer other improvements.
Unfortunately, they can break the support tools
that the Perl community has come to rely on.
This module attempts to work around those issues.
.
The module uses Perl::Tidy's "prefilter" and "postfilter" hooks
to support "method" and "func" keywords,
including the (possibly multi-line) parameter lists.
This is quite an ugly hack,
but it is the recommended method of supporting these new keywords.
The resulting formatted code will leave the parameter lists untouched.
.
Perl::Tidy::Sweetened attempts to support the syntax
outlined in the following modules,
but most of the new syntax styles should work:
* p5-mop
* Method::Signatures::Simple
* MooseX::Method::Signatures
* MooseX::Declare
* Moops
* perl 5.20 signatures
* Kavorka
Description-md5:
Homepage: https://metacpan.org/release/Perl-Tidy-Sweetened
Section: perl
Priority: optional
Filename: pool/main/p/perltidier/perltidier_1.20-1_all.deb