This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
replace bogus non-ASCII dashlike char with -
authorRicardo Signes <rjbs@cpan.org>
Mon, 5 Mar 2012 18:54:17 +0000 (13:54 -0500)
committerRicardo Signes <rjbs@cpan.org>
Mon, 5 Mar 2012 18:54:17 +0000 (13:54 -0500)
This was presumably brought in when I foolishly copied and pasted
the output from a version of groff that was over-eager to promote
"ugly" ASCII characters to "beautiful" non-ASCII ones.

pod/perlpodspec.pod

index 64a38d9..89fd9ba 100644 (file)
@@ -305,7 +305,7 @@ or data paragraphs.  This is discussed in detail in the section
 L</About Data Paragraphs and "=beginE<sol>=end" Regions>.
 
 It is advised that formatnames match the regexp
-C<m/\A:?[−a−zA−Z0−9_]+\z/>.  Everything following whitespace after the
+C<m/\A:?[-a-zA-Z0-9_]+\z/>.  Everything following whitespace after the
 formatname is a parameter that may be used by the formatter when dealing
 with this region.  This parameter must not be repeated in the "=end"
 paragraph.  Implementors should anticipate future expansion in the