in reply to Net::DNS debug off, returns different structure

This is not the appropriate place to report a bug. There's no reason to believe its maintainer reads PerlMonks.

Bugs can be reported by visiting Net::DNS::Resolver on CPAN and following the link "Report a bug".

Update: By the way, I get the correct output with and without debug.

You could try downgrading. I have O/OL/OLAF/Net-DNS-0.59.tar.gz installed. You should be able to install it from the cpan tool by using that string as the module name.

Update: The regression was introduced in 0.62.

Replies are listed 'Best First'.
Re^2: Net::DNS debug off, returns different structure
by gman (Friar) on Jun 26, 2009 at 17:34 UTC
    Thanks, was not sure this was a bug. The documentation appeared clear, but did not know if I missed anything. Since the i did not find anything similar doing a search, I thought maybe I missed something. Thanks, Cory
Re^2: Net::DNS debug off, returns different structure
by gman (Friar) on Jun 26, 2009 at 18:36 UTC
    Thanks,

    I have tried downgrading with the same result. I am running perl 5.10.0, maybe that is the difference or the C lib ver.?

    Anyway, I will work on submitting the bug.

    Thanks again

      Odd. I used perl 5.10.0 and the same library and compiler to build 0.59, 0.61, 0.62, 0.63, 0.64 and 0.65.

      0.59 and 0.61 did not exhibit the problem
      0.62 to 0.65 did.