mauke
mauke
It also means : > Files listed here are tracked by `cabal build`; changes in these files cause (partial) rebuilds. I don't want that.
I get ``` In order, the following will be built (use -v for more details): - data-default-0.8.0.0 (lib) (file Changes.pod changed) ``` (And I don't want to rebuild documentation, either.)
Fixed in Socket 2.039: https://metacpan.org/dist/Socket/changes which is in v5.43.1. I don't think there's anything left for us to do here.
Hah. I read this ticket from the top and wrote my own answer, which happens to match exactly what @Grinnz already wrote: - `getaddrinfo` - provided by `Socket` - `inet_pton`,...
I haven't read the rest of the ticket, but your error message says *"Encode.c: loadable library and perl binaries are mismatched"*, so the `Encode` module on your system was compiled...
I've dropped the changes to `regen_perly.pl`. Whatever was going on with my setup, it seems to be gone after `git clean -dfx` + rebuild.
> Code change all looks good, but I think it could do with adding a new test of the new message to `t/lib/croak/op`. I've added some tests to `t/lib/croak/toke`, next...
Yes, that gets me to a working settings page. (But when I back out, there is a new blank tab with that moz-extension:... URL open again.)
Trivial merge conflicts in perldelta resolved.
Wasn't the whole point of Enbugger that it could enable debugging at runtime even if perl hadn't been started with `perl -d`?