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
add pseudo packages
  • Loading branch information
TimToady committed Aug 3, 2011
1 parent 060d531 commit 3f6c104
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion features.json
Expand Up @@ -439,7 +439,8 @@
"item" : "printf, .fmt",
"status" : "rm+ rn+ n-",
"code" : [ "http://perl6advent.wordpress.com/2009/12/03/day-3-static-types-and-multi-subs/",
"http://rosettacode.org/wiki/Formatted_numeric_output#Perl_6" ],
"http://rosettacode.org/wiki/Formatted_numeric_output#Perl_6",
"http://rosettacode.org/wiki/Non-decimal_radices/Output#Perl_6" ],
"spec" : [ ]
}, {
"item" : "Object hashes, Sets, KeySet, KeyBag, ...",
Expand Down Expand Up @@ -813,6 +814,16 @@
"status" : "rm+ rn+ n+",
"code" : [ "http://rosettacode.org/wiki/Environment_variables#Perl_6" ],
"spec" : [ ]
}, {
"item" : "PROCESS, GLOBAL, CALLER, DYNAMIC",
"status" : "rm+- rn+- n+-",
"code" : [ ],
"spec" : [ ]
}, {
"item" : "CORE, SETTING, UNIT, OUTER, MY, OUR",
"status" : "rm- rn- n+",
"code" : [ ],
"spec" : [ ]
} ]
},
{
Expand Down

0 comments on commit 3f6c104

Please sign in to comment.