H.Merijn Brand

Results 91 comments of H.Merijn Brand

I am not a (C)GUI prammer myself either, so I certainly won't have the tuits to pick up on the PLUS/MINUS request, but it is likely that I will try...

PR for aasqueeze submitted. That proved to be easy (and useful)

I (almost) never use elvis in a plain terminal environment, but (almost) always as `elvis -Gx11 -fork` (is my alias for `vi`) I just accept that my multibyte characters use...

I agree with mbert. On both cases

Given `config_h.SH` is a generated file, it requires a different approach. I think for the `Configure` part it boils down to Two changes in Metaconfig: ``` diff --git a/U/modified/Config_h.U b/U/modified/Config_h.U...

My gut feeling tells me this will either fix a lot of unexplored format/write problems too. OTOH it might also cause some new :) Anyway this is beyond my area...

my `$TMPDIR` is set to `/tmp`. If I set it to `/S0W1/tmp` I get similar errors. I do not know how File::Temp works on this system. I just fetched File::Next...

With all `-T`'s removed from the files in `t/`, I get ``` Test Summary Report ------------------- t/ack-x.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1...

z/OS is native EBCDIC, which is most likely the reason for tar acting up. Karl and I are working towards a stable perl5 CORE environment on this box: I will...