Elvin Aslanov
Elvin Aslanov
Actually we do `perl Makefile.PL`, and then run `make` on the generated `Makefile`. And that's only for `ExtUtils-MakeMaker` distributions. For `Module-Build` distributions we do: ``` perl Build.PL ./Build ./Build test...
> `Dist::Zilla` (which is just a proxy to the `MakeMaker` in terms of building as far as I understand, but still) Dist-Zilla can be a front-end to many things including...
> I expect a lot of problems with Dist::Zilla because it makes/runs tests in the build sandbox. Not sure how to handle that yet. Probably will need to map stuff...
> Perl 5.38 Supprot #2714 There's a small typo in the title, should be "Support" 🙂
How can we accelerate this? How can we help?
That twigil syntax could indeed be very confusing, I think.
> On Fri, Dec 01, 2023 at 04:01:58PM -0800, Elvin Aslanov wrote: > > To be honest I never understood the need for a separate ***@***.***` notation when there is...
> -q supports search regex string in perlfaq, hope -a -f and -v could also support it. it will be very useful in windows. > > Do you mean in...
> Do you have any shared labels? Not sure what shared labels are. But I guess, I don't have any.
it makes more sense with hashes (and hashrefs) where there is `each` operator (as used in `while` loop conditional)