# walkoptree comes from B.xs
BEGIN {
- $B::VERSION = '1.35';
+ $B::VERSION = '1.34';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.
=item stashpv
-=item stashlen
+=item stashflags
=item file
ST(0) = newSVpvn_flags(o->op_pv, strlen(o->op_pv), SVs_TEMP);
#define COP_label(o) CopLABEL(o)
-#ifdef CopSTASH_len
-#define COP_stashlen(o) CopSTASH_len(o)
+#ifdef CopSTASH_flags
+#define COP_stashflags(o) CopSTASH_flags(o)
#endif
MODULE = B PACKAGE = B::COP PREFIX = COP_
PUSHs(make_sv_object(aTHX_
ix ? (SV *)CopFILEGV(o) : (SV *)CopSTASH(o)));
-#ifdef CopSTASH_len
+#ifdef CopSTASH_flags
U32
-COP_stashlen(o)
+COP_stashflags(o)
B::COP o
#endif