diff options
author | Abigail <abigail@abigail.be> | 2014-10-20 21:38:43 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2014-10-20 21:39:03 +0200 |
commit | e22432a4c3e85edb3c7cd664185f92d6d5c0bc1f (patch) | |
tree | 945dc0f01edad4f320383c91ac2f36e6611d9a65 /intrpvar.h | |
parent | 96cb97285f06c63250ca361f0dca0d60f18642cf (diff) | |
download | perl-e22432a4c3e85edb3c7cd664185f92d6d5c0bc1f.tar.gz |
Bump the perl version in various places for 5.21.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 a5248a8bcc..4f61a25090 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.5. See RT #121351 */ +/* Will be removed soon after v5.21.6. 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.5 was +/* The last unconditional member of the interpreter structure when 5.21.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. */ |