summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2015-02-21 07:44:28 +0100
committerSawyer X <xsawyerx@cpan.org>2015-02-21 07:44:28 +0100
commit0516fbdf70f66445a01d3f2b81ab6a88986b084d (patch)
tree3f197c9812b82a8441eb42227c82d4ea37287385 /intrpvar.h
parenta9c3e753b959cefc42371c2b65a80047e6c5fc02 (diff)
downloadperl-0516fbdf70f66445a01d3f2b81ab6a88986b084d.tar.gz
added link to announcement
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 0093056d88..83789d540c 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.9. See RT #121351 */
+/* Will be removed soon after v5.21.10. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -751,7 +751,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.9 was
+/* The last unconditional member of the interpreter structure when 5.21.10 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. */