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 37bd55c commit 9980661Copy full SHA for 9980661
packages/Export_Pack/lib/Export_PackA.rakumod
@@ -1,5 +1,3 @@
1
-use v6;
2
-
3
module Export_PackA {
4
our sub exported_foo () is export {
5
42;
super-fudger.raku
@@ -3,7 +3,6 @@
# It detects if the line is a testing line by whether it starts
# with certain words. For now it only works with one line tests
# not needing values from other lines to work.
6
7
use MONKEY-SEE-NO-EVAL;
8
use Test;
9
my @test-words = <bail-out todo skip skip-rest diag
0 commit comments