Subject: | Option for "BeginLift" in MethodInstaller? |
Your idea for injecting do { BEGIN { *foo = sub { ... }; } }; into
Method::Signatures to replace Devel::BeginLift worked! Now the
challenge is how to do it without impolite hackery of
Devel::Declare::MethodInstaller::Simple and Devel::Declare::Context::Simple.
It would be a bit easier to do as an optional feature of DDMIS or DDCS,
and also generally useful to everyone else. Discourages people from
using Devel::BeginLift if the functionality is built into Devel::Declare.
Would you accept a patch for that?