X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/79c32fc2889bdbdf21cb378e1628a84867a3ffcc..97b9d11f37486f8d5baf85c48119707dc53ba9c2:/pp_sort.c diff --git a/pp_sort.c b/pp_sort.c index 899b113..0c5efb0 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -346,6 +346,8 @@ cmp_desc(pTHX_ gptr const a, gptr const b) } /* +=head1 SV Manipulation Functions + =for apidoc sortsv_flags In-place sort an array of SV pointers with the given comparison routine,