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 8b0496c commit 4afb07cCopy full SHA for 4afb07c
lib/Test.pm6
@@ -1,6 +1,6 @@
1
class Test;
2
proto plan is export {*}
3
-proto done_testing is export {*}
+proto done is export {*}
4
proto is is export {*}
5
proto ok is export {*}
6
proto nok is export {*}
0 commit comments