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

Commit 0f4caee

Browse files
committed
spec refinements
1 parent f9b23b7 commit 0f4caee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@
142142
"item" : "Single inheritance",
143143
"status" : "rm+ rn+ n+",
144144
"code" : [ "http://rosettacode.org/wiki/Inheritance/Single#Perl_6" ],
145-
"spec" : [ "http://perlcabal.org/syn/S12.html#Classes" ]
145+
"spec" : [ "http://perlcabal.org/syn/S12.html#Single_inheritance" ]
146146
}, {
147147
"item" : "Multiple inheritance",
148148
"status" : "rm+ rn+ n+",
149149
"code" : [ "http://rosettacode.org/wiki/Inheritance/Multiple#Perl_6" ],
150-
"spec" : [ "http://perlcabal.org/syn/S12.html#Classes" ]
150+
"spec" : [ "http://perlcabal.org/syn/S12.html#Multiple_inheritance" ]
151151
}, {
152152
"item" : "Read-only accessors",
153153
"status" : "rm+ rn+ n-",
@@ -169,7 +169,7 @@
169169
"item" : "Private methods",
170170
"status" : "rm+ rn+ n+",
171171
"code" : [ ],
172-
"spec" : [ "http://perlcabal.org/syn/S12.html#Methods" ]
172+
"spec" : [ "http://perlcabal.org/syn/S12.html#Private_methods" ]
173173
}, {
174174
"item" : "Submethods",
175175
"status" : "rm+ rn+ n+",
@@ -179,7 +179,7 @@
179179
"item" : "Trust relationships",
180180
"status" : "rm- rn+ n-",
181181
"code" : [ ],
182-
"spec" : [ ]
182+
"spec" : [ "http://perlcabal.org/syn/S12.html#Trusts" ]
183183
}, {
184184
"item" : "Natively typed attributes",
185185
"status" : "rm- rn+ n-",
@@ -189,7 +189,7 @@
189189
"item" : "Delegation",
190190
"status" : "rm+- rn- n-",
191191
"code" : [ ],
192-
"spec" : [ ]
192+
"spec" : [ "http://perlcabal.org/syn/S12.html#Delegation" ]
193193
}]
194194
},
195195
{ "section": "Roles",

0 commit comments

Comments
 (0)