Kang-min Liu

Results 78 comments of Kang-min Liu

@skaji The latest commit fix the regressions. There were all related to magic SVs and evidently magic SVs effect SV flags differently in new perl versions. At the end, `SvIOKp()`...

ditto in 1.236 Similar bugs happens when it is a method call: ``` > ppi-dump -e '$foo = $condition ? Class->method : 1;' PPI::Document PPI::Statement PPI::Token::Symbol '$foo' PPI::Token::Operator '=' PPI::Token::Symbol...

I havn't found what introduces inc::MMPackageStash, but this can be trace down to `File::ShareDir` -- one of deep dependencies from `Teng`. All direct dependencies of `File::ShareDir` -- `Carp`, `Class::Inspector`, and...

In the early days of this project we encountered a similar situation with a destination IP that is routable but not reachable. This is from `t/live-connect-timeout.t`, iirc. When this test...

@fantinuoli Hi, thanks for the report. Are you able provide the output of each test failures ? I don't have a mac with Monterey to troubleshoot this right away ,...

@arrestee Thank you very much for the report. We will need your helpto make this works for OpenBSD :smile: We will need to make the bashrc generation dynamic and platform-dependent....

Thanks all for the investigation work. I believe this PR is also relevant: https://github.com/gugod/App-perlbrew/pull/215 -- in this the first PR that introduced the use of `manpath` command, and was part...

Since perlbrew itself is written in perl, and without rewriting it with sh or something that's basically omni-available, this bootstrap problem cannot be easily mitigated. But perhaps we could somehow...

Yes, please upgrade to 0.84. This was caused by changes on the perl.org web site, and we need to adjust accordingly.