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 c42c667 commit f302b59Copy full SHA for f302b59
t/comp/package_block.t
@@ -81,12 +81,7 @@ eval q{
81
}
82
$main::result .= "j(".__PACKAGE__."/".eval("__PACKAGE__").")";
83
};
84
-print $main::result eq
85
- "a(main/main)d(Foo/Foo)g(main/main)i(Bar/Bar)j(main/main)" ?
86
- "ok 6\n" : "not ok 6\n";
87
-print $main::warning =~ /\A
88
- Use\ of\ "goto"\ [^\n]*\ line\ 3\.\n
89
- Use\ of\ "goto"\ [^\n]*\ line\ 15\.\n
90
- \z/x ? "ok 7\n" : "not ok 7\n";
+print $main::result eq "a(main/main)" ? "ok 6\n" : "not ok 6\n";
+print $main::warning eq '' ? "ok 7\n" : "not ok 7\n";
91
92
1;
0 commit comments