Subject: | Suggestion for importing zones in Parse::DNS::Zone |
Hi,
Thanks for writing Parse::DNS::Zone. I'm starting to use it for a project of mine, and it seems to do exactly what I want.
One thing that I think would be handy is if the zone being parsed didn't always have to be a filename. In my case, I have the contents of a zone file already slurped into a scalar value and I'd really like to just pass that scalar in to be parsed. Alternatively, I suppose if you let me pass in my own filehandle, I could use IO::Scalar to connect that to my scalar.
Thanks so much for putting effort into this module.
Regards,
-Dan