summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-12-14 09:53:31 -0700
committerKarl Williamson <khw@cpan.org>2021-12-14 10:16:29 -0700
commitf60fa022fb47eb101a91ffed96704687b9388baa (patch)
tree47effabb12d36a27a729ecf1e5f6c86823185ab3
parent27a374b3f0463f9ed14051ed143b9610ff924657 (diff)
downloadperl-f60fa022fb47eb101a91ffed96704687b9388baa.tar.gz
Porting/makrel: White space only
-rwxr-xr-xPorting/makerel3
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel
index 156229db99..0a5d15c84b 100755
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -242,7 +242,8 @@ if ($opts{e}) {
next;
}
else {
- if (! utf8::decode($text) || $text =~ / ^ [[:ascii:][:cntrl:]]* $ /x)
+ if ( ! utf8::decode($text)
+ || $text =~ / ^ [[:ascii:][:cntrl:]]* $ /x)
{
# Here, either $text isn't legal UTF-8; or it is, but it
# consists entirely of one of the 160 ASCII and control