Eek! I left some debug code in arybase.xs
authorFather Chrysostomos <sprout@cpan.org>
Thu, 22 Dec 2011 17:55:28 +0000 (09:55 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 22 Dec 2011 21:31:24 +0000 (13:31 -0800)
ext/arybase/arybase.xs

index 936e29a..cbc0741 100644 (file)
@@ -437,7 +437,6 @@ STORE(SV *sv, IV newbase)
     CODE:
       if (FEATURE_IS_ENABLED_d("$[")) {
        SV *base = cop_hints_fetch_pvs(PL_curcop, "$[", 0);
-       Perl_sv_dump(aTHX_ cop_hints_fetch_pvs(PL_curcop, "feature_no$[",0));
        if (SvOK(base) ? SvIV(base) == newbase : !newbase) XSRETURN_EMPTY;
        Perl_croak(aTHX_ "That use of $[ is unsupported");
       }