This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reg_fold.t: Allow to work on early Unicodes
[perl5.git] / t / re / reg_fold.t
index 89c4370..9b5ef11 100644 (file)
@@ -20,7 +20,7 @@ use Unicode::UCD;
 # available.  This avoids being affected by potential bugs introduced by other
 # layers of Perl
 if (ord('A') == 65
-    && pack "C*", split /\./, Unicode::UCD::UnicodeVersion() ge v3.1.0
+    && pack("C*", split /\./, Unicode::UCD::UnicodeVersion()) ge v3.1.0
     && open my $fh, "<", $file)
 {
     @folds = <$fh>;