How to Install and Uninstall libextutils-makemaker-dist-zilla-develop-perl Package on Kali Linux

Last updated: April 20,2024

1. Install "libextutils-makemaker-dist-zilla-develop-perl" package

Please follow the guidance below to install libextutils-makemaker-dist-zilla-develop-perl on Kali Linux

$ sudo apt update $ sudo apt install libextutils-makemaker-dist-zilla-develop-perl

2. Uninstall "libextutils-makemaker-dist-zilla-develop-perl" package

Please follow the steps below to uninstall libextutils-makemaker-dist-zilla-develop-perl on Kali Linux:

$ sudo apt remove libextutils-makemaker-dist-zilla-develop-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libextutils-makemaker-dist-zilla-develop-perl package on Kali Linux

Package: libextutils-makemaker-dist-zilla-develop-perl
Version: 0.03-3
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8112
SHA256: d89c7cbf7320ab07e21b620130172ae9fdd4ab93657bbe84187d03956f8a2f53
SHA1: 858d3f6891a1a0a97d4c497c26ba377f326611d2
MD5sum: 0dfc327f02e2997061fd18c40ed01d98
Description: Perl module creating bare-bones Makefile.PL files for use with dzil
Dist::Zilla makes developing modules much easier by generating all kinds of
boilerplate files, saving authors from having to write them by hand, but in
some cases this can make developing more inconvenient. The most prominent
example of this is with Makefile.PL files - although the majority of
distributions can be hacked on just by editing the files in a source control
checkout and using prove for testing, for some this isn't sufficient. In
particular, distributions which use an auto-generated test suite and
distributions which use XS both need special handling at build time before
they will function, and with Dist::Zilla, this means running dzil build and
rebuilding after every change. This is tedious!
.
ExtUtils::MakeMaker::Dist::Zilla::Develop provides an alternative. Create a
minimal Makefile.PL in source control which handles just enough functionality
for basic development (it can be as minimal as just what is in the /SYNOPSIS,
but can also contain commands to generate your test suite, for example), and
tell Dist::Zilla to replace it with a real Makefile.PL when you're actually
ready to build a real distribution. To do this, make sure you're still using
the MakeMaker|Dist::Zilla::Plugin::MakeMaker plugin, either directly or
through a pluginbundle like @Basic|Dist::Zilla::PluginBundle::Basic, and add
the exclude_filename = Makefile.PL option to your dist.ini where you use
[GatherDir].
Description-md5:
Homepage: https://metacpan.org/release/ExtUtils-MakeMaker-Dist-Zilla-Develop
Section: perl
Priority: optional
Filename: pool/main/libe/libextutils-makemaker-dist-zilla-develop-perl/libextutils-makemaker-dist-zilla-develop-perl_0.03-3_all.deb