Searched refs:accept_future_minor (Results 1 – 4 of 4) sorted by relevance
164 local $Storable::accept_future_minor = 0;234 local $Storable::accept_future_minor = 0;
107 $Storable::accept_future_minor = 1;
382 int accept_future_minor; /* croak immediately on future minor versions? */ member1541 cxt->accept_future_minor = -1; /* would otherwise occur too late */ in init_perinterp()1801 cxt->accept_future_minor = -1;/* Fetched from perl if needed */ in init_retrieve_context()1854 cxt->accept_future_minor = -1; /* Fetched from perl if needed */ in clean_retrieve_context()7109 cxt->accept_future_minor)); in magic_check()7110 if (cxt->accept_future_minor < 0) in magic_check()7111 cxt->accept_future_minor in magic_check()7115 if (cxt->accept_future_minor == 1) in magic_check()7294 if (cxt->accept_future_minor < 0) in retrieve()7295 cxt->accept_future_minor in retrieve()[all …]
2010 L<Storable> users who set C<$Storable::accept_future_minor> to a C<FALSE> value