fatpack
module to pack dependencies onto script files
Install
- All systems
-
curl cmd.cat/fatpack.sh
- Debian
-
apt-get install libapp-fatpacker-perl
- Ubuntu
-
apt-get install libapp-fatpacker-perl
- Kali Linux
-
apt-get install libapp-fatpacker-perl
- Fedora
-
dnf install libapp-fatpacker-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libapp-fatpacker-perl
- Raspbian
-
apt-get install libapp-fatpacker-perl
- Dockerfile
- dockerfile.run/fatpack
libapp-fatpacker-perl
module to pack dependencies onto script files
While the proliferation of solutions like local::lib and cpanminus has made it a breeze to manage dependencies, there are still some rare occassions in which shipping code that has no external non-core dependencies is necessary. App::FatPacker and the included fatpack script do the work of tracing, collecting packlists, extracting modules in fatlib, then concatenating into a packed script - in one shot.