Results 4 comments of Manu

Thanks for looking into it! I am not super familiar with Perl, but looks like the script is processing `.conf` files [here](https://github.com/oasys/mkrdns/blob/master/mkrdns#L175) without stripping out comments. The `$INCLUDE` processing is...

If you still need a test case, I'll try to build one later today.

Here is minimal test case: `named.conf` ``` # include "does-not-exist.conf" ``` When running: `mkrdns -debug ./named.conf` produces: ``` Debugging turned on. Version = 3.3 C. Revision = $Id: mkrdns,v 1.59...

Bummer! I didn't look too carefully into it, and assumed that it should be possible for inherent methods on stable. Updating `enum_set!` would be pretty hacky, right? :( Perhaps it...