Skip to content

Commit

Permalink
Fatpacked PureProxy is pure ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 23, 2024
1 parent be0e26c commit 4eb64f4
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 78 deletions.
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ feature fatpack => sub {
requires 'HTTP::Parser';
requires 'HTTP::Tiny';
requires 'Module::Load';
requires 'Text::Unidecode';
requires 'Thrall', '0.0402';
requires 'Time::Local';
requires 'Try::Tiny';
Expand Down
1 change: 1 addition & 0 deletions fatpack/fatpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ${FATPACK} file ../script/pureproxy.pl >pureproxy

${PERL} -pi -e 's{^#!.*/perl$}{#!/usr/bin/env perl}' pureproxy
${PERL} -MConfig -pi -e 's{$Config{archname}/}{}' pureproxy
${PERL} -MText::Unidecode=unidecode -CSD -0777 -pi -e 'unidecode $_' pureproxy
chmod +x pureproxy

${PERL} ./pureproxy -v
Loading

0 comments on commit 4eb64f4

Please sign in to comment.