mauke

Results 136 comments of mauke

Variable::Magic has been fixed: https://metacpan.org/release/VPIT/Variable-Magic-0.64

Says : > 0.64 2024-03-18 23:20 UTC > [...] > > * Fix : [RT #151104] : fix for t/18-opinfo.t broken under blead > Some optimization in core made t/18-opinfo.t...

I agree with @karenetheridge that a warning seems right here. I'm less sure about changing Exporter; it's been doing it for decades now, and this is documented behavior ("Module Version...

The regex doesn't match because ` +\d+` matches 1 or more spaces followed by 1 or more digits. `.` is not a digit. As for seeing more precision, you could...

I don't understand this report. Why do you expect `\g{-1}` to work the same as `\g{1}`?

> The use of "could in fact" rather than "should" suggests that we can make this distinction but for some reason have simply neglected to do so. Can you identify...

... see also https://github.com/haskell/core-libraries-committee/issues/165: > It's important to use a lazy pattern match `~(a, b)` in the definition of `unsnoc` above. Otherwise the function becomes non-productive on infinite lists and...

Wouldn't it make more sense to support termcap directly?

@KrizalidTheRed That sounds like you don't have `libtool` installed. Check if your operating system provides a package called "libtool" or similar.

@jkeenan For cherry-picking, I get: ``` $ git cherry-pick 5ba25c116c8573b68a6103113d3b831e46f55bee Auto-merging embed.fnc CONFLICT (content): Merge conflict in embed.fnc Auto-merging embed.h CONFLICT (content): Merge conflict in embed.h Auto-merging locale.c CONFLICT (content):...