Roderich Schupp

Results 23 comments of Roderich Schupp

Odd indeed. AFAICT `PAR::Packer` never mangles `PATH`, at least from the Perl side. And the C side (in `myldr`) looks safe, too. Function `par_findprog` in `myldr/utils.c` has the potential to...

> I was using 1.051 and this is with 1.055 so I tried just vanilla 1.055 and it works ... so presumably something changed between these versions ... Among other...

Try `pp -M Mojolicious::Plugin::* ...` BTW, this has nothing to do with `-f Crypto`, please choose a better subject line next time.

> Use of uninitialized value $output in substitution (s///) at /tmp/par-62725f61746875733632/cache-985d882c1f16b22c4554c77b8ab890aeee72dd29/inc/lib/Mojo/Util.pm line 136. Let's look at the source (Mojo/Util.pm): ```perl sub extract_usage { my $file = @_ ? "$_[0]" :...

Please describe what you did and what error you got - I can't make any sense of this

The above URL is only valid for a few hours, here's how to get a recent one ```python import requests from itertools import chain ONDEMAND100 = "https://www.tagesschau.de/api/multimedia/video/ondemand100~_type-video.json" # transform a...

@shawnlaffan thanks, you beat me to the punch @sciurius Note you probably have to modify the `dllpath` environment variable in Shawn's recipe to match your configuration. Just to explain the...

> I must admit I'm not familiar with Windows, @sciurius Note that the problem is not specific to Windows, i.e. `pp` not packing dependent libraries. But on Linux for common...

> BTW, is it normal that I have to disable Windows Defender to run pp? I've seen several times that some packed executables trigger malware signatures (in your case of...

> Speaking of patches, this is something I severely miss at times: > ... > use Getopt::ArgvFile default=>1, resolveEnvVars=>1; Done in 20d5707 - I didn't even know about this parameter.