diff options
author | Max Maischein <corion@corion.net> | 2014-12-21 11:18:45 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2014-12-21 11:45:39 +0100 |
commit | e31034da4547cf4bcecd416395eff1d626de25d1 (patch) | |
tree | b2711820c3157080bb0848adf1b9088024ed7ca7 /intrpvar.h | |
parent | b5d4d3b9564344c8ca047e569368a82016215fa3 (diff) | |
download | perl-e31034da4547cf4bcecd416395eff1d626de25d1.tar.gz |
Bump version number to 5.21.8
Add 5.21.8 in Module::CoreList
Point Maintainers.pl to new version of Module::CoreList
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 ffb1172c9f..3bb1c9af8b 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.21.7. See RT #121351 */ +/* Will be removed soon after v5.21.8. See RT #121351 */ PERLVAR(I, timesbuf, struct tms) #endif @@ -749,7 +749,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.21.7 was +/* The last unconditional member of the interpreter structure when 5.21.8 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. */ |