summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-04-04 20:48:27 -0600
committerKarl Williamson <khw@cpan.org>2015-04-04 20:57:34 -0600
commite8a0e562cfe59ba7c0319daa427850eb51f8e68d (patch)
treefd081164e7c20a17b30ef048748d1c06b1681512 /pod/perlpodspec.pod
parenta81f7519ba607e6fb9838391ed0be7603c01ca2b (diff)
downloadperl-e8a0e562cfe59ba7c0319daa427850eb51f8e68d.tar.gz
perlpodspec: Nit
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r--pod/perlpodspec.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod
index 20a91954da..f8d1901b07 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -625,7 +625,7 @@ literal byte value 0xFF 0xFE, this is the BOM for little-endian
UTF-16. On an ASCII platform, if the file begins with the three literal
byte values
0xEF 0xBB 0xBF, this is the BOM for UTF-8.
-(A mechanism portable to EBCDIC platforms is to:
+A mechanism portable to EBCDIC platforms is to:
my $utf8_bom = "\x{FEFF}";
utf8::encode($utf8_bom);