William Storey
William Storey
Oops, I noticed something that needs a tweak.
I made a PR about this. However after looking at the code I believe the critical problem I showed in the snippet above was not due to this plugin. My...
Oh okay. At that point it hadn't prompted for my password. Should it have?
Well I do definitely get prompted for my GitHub password usually, but not at this point. Regarding what happened: I think this was my fault. You can see [here](https://github.com/ghedo/p5-Dist-Zilla-Plugin-GitHub/blob/master/lib/Dist/Zilla/Plugin/GitHub.pm#L186) that...
I tried a real release with another distribution. The same infinite loop as in #55 happened. The meta part worked fine though!
Yeah, that would probably be better. I'm not sure that existed when I created this. Maybe if the parsing breaks badly enough one day I will convert over to it....
It seems like a good idea. The world seems to be moving to UTF-8 by default/only. Plus, if this lets the codebase be simplified, that's great! Deleted code is debugged...
Would it be possible to get a copy of your `~/.irssi` directory (including `nickcolor.pl`) that you use to cause the crash please? As well, could you point me to a...
It looks good! To get the IP network/range, you can take `ipNum` and use `depth` as the mask. You can see an example doing this (Perl again!) [here](https://github.com/maxmind/MaxMind-DB-Reader-perl/blob/master/eg/mmdb-dump-database#L53). That function...
The databases can contain both IPv4 and IPv6 addresses. As you have one with `ip_version` 6, that is the case for you. The code you included accounts for this already...