This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: move some pod blocks
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 15:36:08 +0000 (16:36 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 15:36:08 +0000 (16:36 +0100)
commit03885497da23e39a304435273689e506ec850e61
tree6270e7db03ec50f083a6df85498ae59276c1ef69
parentba75e9a42bd919d317a4f5deb1e487c13586929d
sv.c: move some pod blocks

The S_sv_uncow() definition, and a forward declaration of it, both get
between some pod and the function that pod describes. Move the pod around
a bit to be next their functions.
sv.c