Skip to content

Commit a44b42d

Browse files
committed
Update source_encoding.t comment
This feature was delayed until 5.41; the comment here was not updated to reflect that.
1 parent bf1aacf commit a44b42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/source/source_encoding.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (fresh_perl_like(<<~'EOT',
3434
my $var = "¶";
3535
EOT
3636
qr/Use of non-ASCII character 0x[[:xdigit:]]{2} illegal/,
37-
{ }, ">= 'use 5.39' implies use source::encoding 'ascii'")
37+
{ }, ">= 'use 5.41' implies use source::encoding 'ascii'")
3838
) {
3939
fresh_perl_is(<<~'EOT',
4040
use v5.41.0;

0 commit comments

Comments
 (0)