HariSekhon / lib

Perl Utility Library for my other repos
https://www.linkedin.com/in/HariSekhon
MIT License
18 stars 33 forks source link

isIP returns undefined on a valid IP address #4

Closed mqsquidy closed 10 years ago

mqsquidy commented 10 years ago

we have a zookeeper running on host ip: 64.12.255.119 and the isIP function tosses it due to line 1527: $_ > 254 and return undef;

to fix I changed it to 255.

HariSekhon commented 10 years ago

@mqsquidy

Thanks for the ticket. I've improved isIP() to fix this and added a unit test for it. Please pull the latest and try it should solve it for you.