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 079dff6 commit dc70da5Copy full SHA for dc70da5
t/run/todo.t
@@ -192,6 +192,26 @@ TODO: {
192
"", { eval $switches }, "[GH 10194]");
193
}
194
195
+TODO: {
196
+ local $::TODO = 'GH 15545';
197
+ fresh_perl(<<~'EOF', {});
198
+ our sub speak {}
199
+ my sub meow {
200
+ speak();
201
+ }
202
+ EOF
203
+ is($?, 0, 'No segfault; GH 15545');
204
205
206
+ package Cat {
207
208
209
210
211
212
213
+}
214
+
215
TODO: {
216
local $::TODO = "GH 16008";
217
my $results = fresh_perl(<<~'EOF', {} );
0 commit comments