in reply to Re^5: Perl5 patches
in thread Perl5 patches
Thanks. That all looks pretty straight forward. Well, 'ceptin' these couple of lines:
#if ((PERL_VERSION == 13) && (PERL_SUBVERSION >= 7) || (PERL_VERSION > + 13)) hook = cophh_fetch_pvn(PL_curcop->cop_hints_hash, "overload::eval" +, 14, 0, 0); #else hook = Perl_refcounted_he_fetch( aTHX_ PL_curcop->cop_hints_hash, +Nullsv, "overload::eval", 14 /* strlen */, 0, 0); #endif
But I guess it's a case of, cargo-cult it and see how it goes :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl5 patches
by Corion (Patriarch) on Mar 18, 2012 at 21:07 UTC |