diff options
author | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
commit | 97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch) | |
tree | 83406c28174f70163d95a407fb3e6515acf253b9 /op.c | |
parent | 10819dab2a129e5d412f8beca07d50456ed1c306 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |