This repository was archived by the owner on Feb 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ S04-statements/no-implicit-block.t
88
88
S04-statements/redo.t
89
89
S04-statements/repeat.t
90
90
S04-statements/until.t
91
+ S04-statements/while.t
91
92
S05-mass/named-chars.t
92
93
S05-mass/properties-block.t
93
94
S05-mass/properties-derived.t
@@ -98,11 +99,13 @@ S05-metachars/line-anchors.t
98
99
S05-metachars/newline.t
99
100
S05-metasyntax/litvar.t
100
101
S05-metasyntax/repeat.t
102
+ S05-modifier/perl5_0.t
101
103
S05-modifier/perl5_1.t
102
104
S05-modifier/perl5_2.t
103
105
S05-modifier/perl5_3.t
104
106
S05-modifier/perl5_4.t
105
107
S05-modifier/perl5_5.t
108
+ S05-modifier/perl5_6.t
106
109
S05-modifier/perl5_7.t
107
110
S05-modifier/perl5_8.t
108
111
S05-modifier/perl5_9.t
@@ -115,6 +118,7 @@ S06-advanced/return.t
115
118
S06-currying/named.t
116
119
S06-macros/macros-d1.t
117
120
S06-macros/postfix.t
121
+ S06-macros/returning-string.t
118
122
S06-operator-overloading/imported-subs.t
119
123
S06-other/main-eval.t
120
124
S06-other/misc.t
@@ -153,6 +157,7 @@ S14-roles/bool.t
153
157
S14-roles/composition.t
154
158
S14-roles/conflicts.t
155
159
S14-roles/crony.t
160
+ S14-roles/stubs.t
156
161
S14-roles/submethods.t
157
162
S14-roles/super.t
158
163
S16-io/print.t
@@ -171,12 +176,18 @@ S32-array/end.t
171
176
S32-array/keys_values.t
172
177
S32-array/pairs.t
173
178
S32-container/cat.t
179
+ S32-container/roundrobin.t
180
+ S32-container/zip.t
174
181
S32-hash/delete.t
175
182
S32-hash/keys_values.t
176
183
S32-hash/slice.t
184
+ S32-list/create.t
177
185
S32-list/map.t
186
+ S32-list/reverse.t
178
187
S32-list/sort.t
188
+ S32-num/abs.t
179
189
S32-num/int.t
190
+ S32-num/log.t
180
191
S32-num/pi.t
181
192
S32-num/sign.t
182
193
S32-num/sqrt.t
You can’t perform that action at this time.
0 commit comments