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 4caba6a commit aa1c6e9Copy full SHA for aa1c6e9
t/run/todo.t
@@ -38,8 +38,7 @@ my $is_debugging_build = $Config{cppflags} =~ /-DDEBUGGING/;
38
39
our $TODO;
40
41
-TODO: {
42
- local $::TODO = "GH 14615";
+TODO: { # Should be moved to lib/B/Deparse.t
43
my $results = fresh_perl(<<~'EOF', {});
44
use B::Deparse;
45
my $deparse = B::Deparse->new();
0 commit comments