diff options
author | Abigail <abigail@abigail.be> | 2015-11-20 20:15:14 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2015-11-20 20:38:53 +0100 |
commit | 7c294235c2f28d1f9762b654787d29331165f8fa (patch) | |
tree | 1e8b497ace485b81dc0e0526d0140d87b0c7355f /intrpvar.h | |
parent | 6c83150bfb6a3426cbc1535b0e141a1e714430a9 (diff) | |
download | perl-7c294235c2f28d1f9762b654787d29331165f8fa.tar.gz |
Bump the perl version in various places for 5.23.6
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 7f9fa92123..442f9fbc85 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -191,7 +191,7 @@ PERLVAR(I, statgv, GV *) PERLVARI(I, statname, SV *, NULL) #ifdef HAS_TIMES -/* Will be removed soon after v5.23.5. See RT #121351 */ +/* Will be removed soon after v5.23.6. See RT #121351 */ PERLVAR(I, timesbuf, struct tms) #endif @@ -766,7 +766,7 @@ PERLVARI(I, globhook, globhook_t, NULL) PERLVARI(I, padlist_generation, U32, 1) /* id to identify padlist clones */ -/* The last unconditional member of the interpreter structure when 5.23.5 was +/* The last unconditional member of the interpreter structure when 5.23.6 was released. The offset of the end of this is baked into a global variable in any shared perl library which will allow a sanity test in future perl releases. */ |