summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-04-01 17:21:48 -0600
committerKarl Williamson <public@khwilliamson.com>2014-04-01 17:30:46 -0600
commita04e6aad3b10787abd99c78eeac04ca9f4b33d0b (patch)
tree37b2e7e9e1a10ace0562027b11b78235b9054183 /intrpvar.h
parent2941e8b221c62b36c8b953d6149d63ce7ebedba4 (diff)
downloadperl-a04e6aad3b10787abd99c78eeac04ca9f4b33d0b.tar.gz
Fix comments and pod that mention 5.20 erroneously
In certain places in the documentation, "5.20" is no longer applicable. Also, a message referred to in perldiag got reworded, but our checks did not catch that perldiag should have been updated.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 6460f04292..dec3a87d25 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -110,7 +110,7 @@ PERLVAR(I, mainstack, AV *) /* the stack when nothing funny is
/* memory management */
PERLVAR(I, sv_count, IV) /* how many SV* are currently allocated */
PERLVAR(I, sv_objcount, IV) /* DEPRECATED AND UNMAINTAINED.
- * Will be removed in Perl 5.20.
+ * Will be removed in Perl 5.22.
* Used to be: how many objects are currently allocated. */
PERLVAR(I, sv_root, SV *) /* storage for SVs belonging to interp */