]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - indirect.xs
We want to test code in ck_entersub(), not hint
[perl/modules/indirect.git] / indirect.xs
index b9314ae60a2e92298ff50c63a2c8029373f93a5c..86675c854bb308199163930de6de3db224537390 100644 (file)
@@ -256,7 +256,7 @@ STATIC U32 indirect_hash = 0;
 STATIC SV *indirect_hint(pTHX) {
 #define indirect_hint() indirect_hint(aTHX)
  SV *id;
-#if I_HAS_PERL(5, 10, 0)
+#if I_HAS_PERL(5, 9, 5)
  id = Perl_refcounted_he_fetch(aTHX_ PL_curcop->cop_hints_hash,
                                      NULL,
                                      __PACKAGE__, __PACKAGE_LEN__,
@@ -516,7 +516,7 @@ STATIC OP *indirect_ck_entersub(pTHX_ OP *o) {
   if (mpos < opos) {
    SV *code = indirect_detag(hint);
 
-   if (hint) {
+   if (code) {
     SV     *file;
     line_t  line;
     dSP;