You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use seperate conditionals for each MUTABLE_ macro rather than relying on MUTABLE_PTR
Instead of having our backcompat definitions of MUTABLE_HV, MUTABLE_AV
etc be dependent on if MUTABLE_PTR is defined, check for each individual
macro. Newer versions of Devel::PPPort provide MUTABLE_PTR, but not the
various MUTABLE_* macros, so they wouldn't be defined when needed.
0 commit comments