diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-21 00:53:47 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-21 00:53:47 +0000 |
commit | 3f572b05bb1c6a04a3023e473496ab4aeef697d3 (patch) | |
tree | 3b40f19441404ca65d961ae290b4e0cb34de5cbd /intrpvar.h | |
parent | 4dc623f0609c79a7932d92bd39e9e4c5cb8b6151 (diff) | |
download | perl-3f572b05bb1c6a04a3023e473496ab4aeef697d3.tar.gz |
Bump the perl version in various places for 5.21.7
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 c8b0b8d053..df8ce8b55b 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -174,7 +174,7 @@ PERLVAR(I, statgv, GV *) PERLVARI(I, statname, SV *, NULL) #ifdef HAS_TIMES -/* Will be removed soon after v5.21.6. See RT #121351 */ +/* Will be removed soon after v5.21.7. See RT #121351 */ PERLVAR(I, timesbuf, struct tms) #endif @@ -741,7 +741,7 @@ PERLVAR(I, debug_pad, struct perl_debug_pad) /* always needed because of the re /* Hook for File::Glob */ PERLVARI(I, globhook, globhook_t, NULL) -/* The last unconditional member of the interpreter structure when 5.21.6 was +/* The last unconditional member of the interpreter structure when 5.21.7 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. */ |