Home
last modified time | relevance | path

Searched refs:STORABLE_BIN_MINOR (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs975 #define STORABLE_BIN_MINOR 12 /* Binary minor "version" */ macro
4671 cxt->ver_minor != STORABLE_BIN_MINOR in retrieve_other()
4676 STORABLE_BIN_MAJOR, STORABLE_BIN_MINOR)); in retrieve_other()
7101 version_minor > STORABLE_BIN_MINOR) in magic_check()
7105 STORABLE_BIN_MINOR)); in magic_check()
7121 STORABLE_BIN_MAJOR, STORABLE_BIN_MINOR)); in magic_check()
7293 } else if (type >= SX_LAST && cxt->ver_minor > STORABLE_BIN_MINOR) { in retrieve()
7303 STORABLE_BIN_MAJOR, STORABLE_BIN_MINOR, SX_LAST - 1)); in retrieve()
7741 newCONSTSUB(stash, "BIN_MINOR", newSViv(STORABLE_BIN_MINOR));
DChangeLog332 - Bumped STORABLE_BIN_MINOR and STORABLE_BIN_WRITE_MINOR from 10 to 11