Home
last modified time | relevance | path

Searched refs:accept_future_minor (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dmalice.t164 local $Storable::accept_future_minor = 0;
234 local $Storable::accept_future_minor = 0;
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm107 $Storable::accept_future_minor = 1;
H A DStorable.xs382 int accept_future_minor; /* croak immediately on future minor versions? */ member
1541 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 …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5140delta.pod2010 L<Storable> users who set C<$Storable::accept_future_minor> to a C<FALSE> value