Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 3559c67

Browse files
committed
Rakudo now does CALLER, DYNAMIC, OUTER, MY, OUR.
1 parent db29f93 commit 3559c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,12 +834,12 @@
834834
"spec" : [ "http://perlcabal.org/syn/S28.html#Named_variables" ]
835835
}, {
836836
"item" : "PROCESS, GLOBAL, CALLER, DYNAMIC",
837-
"status" : "r+- n+",
837+
"status" : "r+ n+",
838838
"code" : [ ],
839839
"spec" : [ "http://perlcabal.org/syn/S02.html#Names" ]
840840
}, {
841841
"item" : "CORE, SETTING, UNIT, OUTER, MY, OUR",
842-
"status" : "r- n+",
842+
"status" : "r+- (only OUTER, MY, OUR) n+",
843843
"code" : [ ],
844844
"spec" : [ "http://perlcabal.org/syn/S02.html#Names" ]
845845
} ]

0 commit comments

Comments
 (0)