This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix some single char C< >
authorKarl Williamson <khw@cpan.org>
Mon, 22 May 2017 16:46:54 +0000 (10:46 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 22 May 2017 17:13:08 +0000 (11:13 -0600)
commitdf48f9a40b9a0dd18a1e55dffe80ba98b5e5a99c
treeb786271f048eee3dfb2bebc72281125555754037
parent4d46f4a978a4e14d7a22755ae92155f5e728bcf9
perldelta: Fix some single char C< >

Some characters that should have been in C< > weren't.

Single character C< > should instead be C<" "> (where the space is any
character).  This is how they are displayed anyway in non-gui devices,
and in gui, the single character really doesn't stand out as distinct,
whereas longer strings tend to.  Though, I did add quotes around the
range operator "..", as that wasnt very distinct without them.

I removed the C<> from C<1>, as the 1 is a generic value.
pod/perldelta.pod