summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-05 21:37:59 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-08 20:19:40 -0400
commite2710a4bfcec699f2cbbfac974ba623f464bcb50 (patch)
treedf99aded760e490cd30b4cb8653ed98a2c83cde3 /intrpvar.h
parent829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b (diff)
downloadperl-e2710a4bfcec699f2cbbfac974ba623f464bcb50.tar.gz
bump version to v5.22.0 with Porting/bump-perl-version
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 bc40aef991..b847ff31e7 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.12. See RT #121351 */
+/* Will be removed soon after v5.22.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.21.12 was
+/* The last unconditional member of the interpreter structure when 5.22.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. */