This repository was archived by the owner on Nov 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 142
142
"item" : " Single inheritance" ,
143
143
"status" : " rm+ rn+ n+" ,
144
144
"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 " ]
146
146
}, {
147
147
"item" : " Multiple inheritance" ,
148
148
"status" : " rm+ rn+ n+" ,
149
149
"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 " ]
151
151
}, {
152
152
"item" : " Read-only accessors" ,
153
153
"status" : " rm+ rn+ n-" ,
169
169
"item" : " Private methods" ,
170
170
"status" : " rm+ rn+ n+" ,
171
171
"code" : [ ],
172
- "spec" : [ " http://perlcabal.org/syn/S12.html#Methods " ]
172
+ "spec" : [ " http://perlcabal.org/syn/S12.html#Private_methods " ]
173
173
}, {
174
174
"item" : " Submethods" ,
175
175
"status" : " rm+ rn+ n+" ,
179
179
"item" : " Trust relationships" ,
180
180
"status" : " rm- rn+ n-" ,
181
181
"code" : [ ],
182
- "spec" : [ ]
182
+ "spec" : [ " http://perlcabal.org/syn/S12.html#Trusts " ]
183
183
}, {
184
184
"item" : " Natively typed attributes" ,
185
185
"status" : " rm- rn+ n-" ,
189
189
"item" : " Delegation" ,
190
190
"status" : " rm+- rn- n-" ,
191
191
"code" : [ ],
192
- "spec" : [ ]
192
+ "spec" : [ " http://perlcabal.org/syn/S12.html#Delegation " ]
193
193
}]
194
194
},
195
195
{ "section" : " Roles" ,
You can’t perform that action at this time.
0 commit comments