diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
commit | ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0 (patch) | |
tree | ad0f21ba192b0ba427b06f88d11b9d41e910cc2d /intrpvar.h | |
parent | 70f63a4c7dba89e8e48b44de7978faae4319e693 (diff) | |
download | perl-ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0.tar.gz |
bump version to v5.23.0
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 b847ff31e7..bf2576fba8 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -179,7 +179,7 @@ PERLVAR(I, statgv, GV *) PERLVARI(I, statname, SV *, NULL) #ifdef HAS_TIMES -/* Will be removed soon after v5.22.0. See RT #121351 */ +/* Will be removed soon after v5.23.0. See RT #121351 */ PERLVAR(I, timesbuf, struct tms) #endif @@ -753,7 +753,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.22.0 was +/* The last unconditional member of the interpreter structure when 5.23.0 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. */ |