@@ -14,7 +14,7 @@ someone else to allow it.
1414Currently it is about 1.5x faster than perl5.22 overall, >2x faster
1515then 5.14 and uses the least amount of memory measured since 5.6,
1616i.e. less than 5.10 and 5.6.2, which were the previous leaders. While
17- perl5.22 uses the most memory yet measured. cperl- 5.24 is about 2x faster
17+ perl5.22 uses the most memory yet measured. cperl 5.24 is about 2x faster
1818than 5.22.
1919
2020But not all of the wanted features are merged. The plan is to support
@@ -28,7 +28,7 @@ Tested and developed on linux and darwin 64bit. darwin 32bit fails
2828on two unrelated core tests (issignaling setpayloadsig + chmod linked in).
2929
3030The current release [ 5.22.3c] ( https://github.com/perl11/cperl/releases/ )
31- is stable. cperl-5.24.0 is planned within the next 2 weeks .
31+ is stable. cperl-5.24.0 is alomst done .
3232
3333All tests pass. CPAN works.
3434
@@ -148,17 +148,17 @@ and install it into drive and directory `C:\cperl`.
148148
149149See the github issues: [ github.com/perl11/cperl/issues] ( https://github.com/perl11/cperl/issues )
150150
151- The perl debugger is unstable with signatures, and tailcalls (AUTOLOAD).
151+ The perl debugger is unstable with signatures and tailcalls (AUTOLOAD).
152152
153- The CPAN modules Scope::Upper and autovivification have no patches yet.
153+ The CPAN modules Scope::Upper and autovivification have no patches for 5.24.0c yet.
154154
155155# FAQ
156156
157157## Test::More::skip errors
158158
159159** skip** has the historical problem of mixed up arguments of ` $why `
160160and ` $count ` , so those arguments are now stricter typed to catch all
161- wrong arguments.
161+ wrong arguments. At compile-time.
162162
163163When you use one or two args for ` Test::More::skip() ` , they need to
164164properly typed.
@@ -291,17 +291,18 @@ They also revert some wrong decisions p5p already made.
291291
292292 [ code] ( http://github.com/perl11/cperl/commits/feature/gh24-new-hash-table )
293293
294- lots of small attempts, but still too hairy. needs a complete hash rewrite probably .
294+ lots of small attempts, but still too hairy. needs a complete hash table rewrite .
295295
296296* [ feature/gh16-multi] ( https://github.com/perl11/cperl/issues/16 )
297297
298298 [ code] ( http://github.com/perl11/cperl/commits/feature/gh16-multi )
299299
300- class, method and multi keywords but no dispatch, subtyping and type checks yet. in work.
300+ class, method and multi keywords but no dispatch, subtyping and type checks yet.
301+ in work.
301302
302303## Soon
303304
304- * user facing types and classes, multiple dispatch (fast for binary, slow for mega)
305+ * user facing classes, multiple dispatch (fast for binary, slow for mega)
305306
306307* builtin macros
307308
0 commit comments