We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1aacf commit a44b42dCopy full SHA for a44b42d
lib/source/source_encoding.t
@@ -34,7 +34,7 @@ if (fresh_perl_like(<<~'EOT',
34
my $var = "¶";
35
EOT
36
qr/Use of non-ASCII character 0x[[:xdigit:]]{2} illegal/,
37
- { }, ">= 'use 5.39' implies use source::encoding 'ascii'")
+ { }, ">= 'use 5.41' implies use source::encoding 'ascii'")
38
) {
39
fresh_perl_is(<<~'EOT',
40
use v5.41.0;
0 commit comments