Subject: | BeginLift seems to be leaking out into subroutine calls |
I've discovered an odd interaction in Devel::BeginLift. It appears to
be leaking out of scope and causing subroutine calls to happen at
compile time. The attached program demonstrates. The call to test() is
happening at compile time.
If I remove Devel::BeginLift from Method::Signatures it works as expected.
Subject: | test.plx |
Message body not shown because it is not plain text.