in reply to Re: Data::Alias fails in OSX Mountain Lion. Please help
in thread Data::Alias fails in OSX Mountain Lion. Please help

Thanks a lot for the lead. Ill try to follow the comments posted there. But I need Data::Alias for Method::Signatures, so I need to solve this. thanks!
  • Comment on Re^2: Data::Alias fails in OSX Mountain Lion. Please help

Replies are listed 'Best First'.
Re^3: Data::Alias fails in OSX Mountain Lion. Please help
by ematiu (Initiate) on May 24, 2013 at 15:16 UTC
    OK, just for anyone else reading this:
    --- Alias.xs +++ Alias.xs @@ -25,13 +25,6 @@ PERL_SUBVERSION) #endif -#if defined(USE_DTRACE) && defined(PERL_CORE) -#undef ENTRY_PROBE -#undef RETURN_PROBE -#define ENTRY_PROBE(func, file, line, stash) -#define RETURN_PROBE(func, file, line, stash) -#endif - #if defined(PERL_CORE) && defined(MULTIPLICITY) && \ (PERL_COMBI_VERSION < 5013006) #undef PL_sv_placeholder
    did the trick!! thanks a lot davido.
Re^3: Data::Alias fails in OSX Mountain Lion. Please help
by davido (Cardinal) on May 24, 2013 at 15:12 UTC

    I think if you follow the discussions in the various RT entries for the module you'll find some patches to apply. After applying all that seem relevant, you might just get there. Good luck. :)


    Dave

      please release unauthorized version davido :) every monkey having to apply patches is lame