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

Commit

Permalink
Browse files Browse the repository at this point in the history
Rakudo now does CALLER, DYNAMIC, OUTER, MY, OUR.
  • Loading branch information
jnthn committed Apr 15, 2012
1 parent db29f93 commit 3559c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.json
Expand Up @@ -834,12 +834,12 @@
"spec" : [ "http://perlcabal.org/syn/S28.html#Named_variables" ]
}, {
"item" : "PROCESS, GLOBAL, CALLER, DYNAMIC",
"status" : "r+- n+",
"status" : "r+ n+",
"code" : [ ],
"spec" : [ "http://perlcabal.org/syn/S02.html#Names" ]
}, {
"item" : "CORE, SETTING, UNIT, OUTER, MY, OUR",
"status" : "r- n+",
"status" : "r+- (only OUTER, MY, OUR) n+",
"code" : [ ],
"spec" : [ "http://perlcabal.org/syn/S02.html#Names" ]
} ]
Expand Down

0 comments on commit 3559c67

Please sign in to comment.