Searched refs:forgive_me (Results 1 – 4 of 4) sorted by relevance
43 $Storable::forgive_me=1;
28 our ($canonical, $forgive_me);
372 int forgive_me; /* whether to be forgiving... */ member1540 cxt->forgive_me = -1; /* whether to be forgiving... */ in init_perinterp()1575 cxt->forgive_me = -1; /* Fetched from perl if needed */ in init_store_context()1739 cxt->forgive_me = -1; /* Fetched from perl if needed */ in clean_store_context()4151 cxt->forgive_me == 0 || in store_other()4152 (cxt->forgive_me < 0 && in store_other()4153 !(cxt->forgive_me = SvTRUE in store_other()6706 if (cxt->forgive_me == 0 || in retrieve_code()6707 (cxt->forgive_me < 0 && in retrieve_code()6708 !(cxt->forgive_me = SvTRUE in retrieve_code()
1131 - Documented new forgive_me variable.1135 - Added forgive_me support to allow store() of data structures