Skip to content

Commit

Permalink
Get t/lib/croak/class to skip until v5.39.1
Browse files Browse the repository at this point in the history
This was designed to fail starting in 5.39.0, but we need to get things
working for the nonce.
  • Loading branch information
khwilliamson committed Jul 3, 2023
1 parent 2ed1779 commit f33c4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/croak/class
Expand Up @@ -101,7 +101,7 @@ Execution of - aborted due to compilation errors.
# This test is known to leak: see GH #20812. Skip it for now so that ASAN
# smokes don't fail. Start failing again on the next development branch so
# that the issue isn't forgotten
# SKIP ? $] < 5.039
# SKIP ? $] < 5.039001
use strict;
no warnings 'experimental::class';
use feature 'class';
Expand Down

0 comments on commit f33c4bd

Please sign in to comment.