Stringification in Net::IPAddress::Util

2017-08-17 Thread Paul Bennett
Hi, All, Quick sanity check, if you please. Before I start to trying to merge my perl5 Net::IPAddress::Util into bradclawsie's perl6 IP::Parse, I want to make sure I'm not being crazy with the way stringification and cmp are overloaded. IP Addresses exist "on the wire" and naturally sort as 128-

Re: Stringification in Net::IPAddress::Util

2017-08-17 Thread Reini Urban
> On Aug 17, 2017, at 6:56 PM, Paul Bennett wrote: > > Hi, All, > > Quick sanity check, if you please. > > Before I start to trying to merge my perl5 Net::IPAddress::Util into > bradclawsie's perl6 IP::Parse, I want to make sure I'm not being crazy > with the way stringification and cmp are ov