summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-01-20 17:02:44 -0500
committerRicardo Signes <rjbs@cpan.org>2014-01-20 17:02:44 -0500
commitf7153aede60d5035b2d416d36bbc0ffb123e6dd2 (patch)
treeb0b5a159e5d253bc03c6bc9276058d6b327b317a /op.c
parent2265ea2757601e8121a14cffa838ec19b771a382 (diff)
downloadperl-f7153aede60d5035b2d416d36bbc0ffb123e6dd2.tar.gz
bump version to 5.19.9!
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 eadcc2e215..a31e1af6f0 100644
--- a/op.c
+++ b/op.c
@@ -11914,7 +11914,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.8, this was implemented as a
+to 5.19.9, this was implemented as a
function.
=cut