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
spec refinements
  • Loading branch information
TimToady committed Aug 3, 2011
1 parent f9b23b7 commit 0f4caee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions features.json
Expand Up @@ -142,12 +142,12 @@
"item" : "Single inheritance",
"status" : "rm+ rn+ n+",
"code" : [ "http://rosettacode.org/wiki/Inheritance/Single#Perl_6" ],
"spec" : [ "http://perlcabal.org/syn/S12.html#Classes" ]
"spec" : [ "http://perlcabal.org/syn/S12.html#Single_inheritance" ]
}, {
"item" : "Multiple inheritance",
"status" : "rm+ rn+ n+",
"code" : [ "http://rosettacode.org/wiki/Inheritance/Multiple#Perl_6" ],
"spec" : [ "http://perlcabal.org/syn/S12.html#Classes" ]
"spec" : [ "http://perlcabal.org/syn/S12.html#Multiple_inheritance" ]
}, {
"item" : "Read-only accessors",
"status" : "rm+ rn+ n-",
Expand All @@ -169,7 +169,7 @@
"item" : "Private methods",
"status" : "rm+ rn+ n+",
"code" : [ ],
"spec" : [ "http://perlcabal.org/syn/S12.html#Methods" ]
"spec" : [ "http://perlcabal.org/syn/S12.html#Private_methods" ]
}, {
"item" : "Submethods",
"status" : "rm+ rn+ n+",
Expand All @@ -179,7 +179,7 @@
"item" : "Trust relationships",
"status" : "rm- rn+ n-",
"code" : [ ],
"spec" : [ ]
"spec" : [ "http://perlcabal.org/syn/S12.html#Trusts" ]
}, {
"item" : "Natively typed attributes",
"status" : "rm- rn+ n-",
Expand All @@ -189,7 +189,7 @@
"item" : "Delegation",
"status" : "rm+- rn- n-",
"code" : [ ],
"spec" : [ ]
"spec" : [ "http://perlcabal.org/syn/S12.html#Delegation" ]
}]
},
{ "section": "Roles",
Expand Down

0 comments on commit 0f4caee

Please sign in to comment.