htrgouvea / nipe

An engine to make Tor network your default gateway

Home Page:https://heitorgouvea.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can distribute nipe.pl packed using App::FatPacker

dvinciguerra opened this issue · comments

Is your feature request related to a problem? Please describe.
You can distribute your application packed way using App::FatPacker to keep all dependencies in a single file.

Describe the solution you'd like

$ cpanm App::FatPacker
$ fatpack pack nipe.pl > nipe.packed.pl

Describe alternatives you've considered
N/A

Additional context

example of a packed file:
nipe.packed.pl.txt

Your recommendation is super interesting! Can you open a Pull Request with this please?