summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-02-20 16:32:01 +1100
committerTony Cook <tony@develop-help.com>2014-02-20 16:32:01 +1100
commit97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch)
tree83406c28174f70163d95a407fb3e6515acf253b9 /op.c
parent10819dab2a129e5d412f8beca07d50456ed1c306 (diff)
downloadperl-97d03b5788ee6f8a1fcf924ccabe0de7894b5df6.tar.gz
bump to version 5.19.10 and fix the version number reference in op.c
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 2155a1a951..a9d41d61e8 100644
--- a/op.c
+++ b/op.c
@@ -12020,7 +12020,7 @@ Perl_peep(pTHX_ OP *o)
Return the XOP structure for a given custom op. This macro should be
considered internal to OP_NAME and the other access macros: use them instead.
This macro does call a function. Prior
-to 5.19.9, this was implemented as a
+to 5.19.6, this was implemented as a
function.
=cut