patchperl
Perl module to patch perl source à la Devel::PPPort's buildperl.pl
Install
- All systems
-
curl cmd.cat/patchperl.sh
- Debian
-
apt-get install libdevel-patchperl-perl
- Ubuntu
-
apt-get install libdevel-patchperl-perl
- Arch Linux
-
pacman -S libdevel-patchperl-perl
- Kali Linux
-
apt-get install libdevel-patchperl-perl
- Fedora
-
dnf install libdevel-patchperl-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdevel-patchperl-perl
- Raspbian
-
apt-get install libdevel-patchperl-perl
- Dockerfile
- dockerfile.run/patchperl
libdevel-patchperl-perl
Perl module to patch perl source à la Devel::PPPort's buildperl.pl
Devel::PatchPerl is a modularisation of the patching code contained in Devel::PPPort's buildperl.pl. It does not build perls, it merely provides an interface to the source patching functionality.