in reply to Re: Module::Build's Build test does not stop at breakpoints
in thread Module::Build's Build test does not stop at breakpoints

This should not be compile time though, correct? The only BEGIN block is around the use_ok test for the package. The test I'm trying to debug here is the second test, which is not part of a BEGIN block. I already include an explicit $DB::single here also, which seems to have no impact.

  • Comment on Re^2: Module::Build's Build test does not stop at breakpoints

Replies are listed 'Best First'.
Re^3: Module::Build's Build test does not stop at breakpoints
by LanX (Saint) on Jan 27, 2014 at 21:46 UTC
    ok sorry forget what I said, no real idea what blib is good for, looks like dark magic.

    Cheers Rolf

    ( addicted to the Perl Programming Language)