summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r--lib/utf8.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index f06b893a59..f9055b5dd9 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -57,7 +57,7 @@ rather than UTF-8).
Enabling the C<utf8> pragma has the following effects:
-=over
+=over 4
=item *
@@ -79,6 +79,8 @@ of byte semantics.
@chars = split //, $data; # splits characters
}
+=back
+
=head1 SEE ALSO
L<perlunicode>, L<bytes>