Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix caching bug in Nameserver::new()
A nameserver constructed with a name of "0" could be mistakenly cached as having no name, because in Perl, the string "0" is falsey. It’s better to test for string emptyness instead.
- Loading branch information