summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2014-10-19 13:50:05 +0200
committerAbigail <abigail@abigail.be>2014-10-19 15:49:59 +0200
commiteb0e9c93edd6f4fc1d44da548c04c6c10908d04f (patch)
tree8d6bd3e7ace747004ab0cc1e576ee11d17f46a1a
parent40a81b59a86e77247cada859687af8b88cbd30f9 (diff)
downloadperl-eb0e9c93edd6f4fc1d44da548c04c6c10908d04f.tar.gz
Add blank line after =item
-rw-r--r--pod/perldelta.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 311e8f4830..8555b697fd 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -572,6 +572,7 @@ The C<< SvFAKE >> bit (unused on HVs) got informally reserved by
David Mitchell for future work on vtables.
=item *
+
The C<sv_catpvn_flags> function accepts C<SV_CATBYTES> and C<SV_CATUTF8>
flags, which specify whether the appended string is bytes or utf8,
respectively.