This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: move pod closer
authorDavid Mitchell <davem@iabyn.com>
Thu, 18 May 2017 10:03:28 +0000 (11:03 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:02 +0000 (09:11 +0100)
commit67a075256729e5dcf6f149de6eb230830014a426
tree542f07dfbd2b558b4d3c348330d06fdb267f2bf3
parent749723ec6fde0abfa343018449d205875ca7289d
Perl_sv_vcatpvfn_flags: move pod closer

Several static functions etc had been added between the pod and the
main function. Move the pod to be just above it.

Also incorporate a comment into the pod about utf8ness of pattern and SV
needing to match.
sv.c