Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r13262 r13263 10 10 = Changes for 6.28.0 (rXXXXX) - July XX, 2006 11 11 12 # Agent Zhang processed r13048 ~ r13261 (not including fglock's work) 13 12 14 == New Perl 6 modules 13 15 … … 26 28 * Added make_build_perl5, to make it possible to build all the perl5 modules 27 29 without installing ghc first. 30 31 XXX fglock: please write more here. 32 33 == Perl 5 to Perl 6 Translater (under [misc/pX/Common/P5_to_P6_Translation]) 34 35 XXX Sage: please write something here. 28 36 29 37 == Documentations … … 39 47 version of it is linked to from the page above. 40 48 * say() was officially added to the spec 49 * Converted Test.pm docs from kwid to POD as there are more tools 50 and familiarity with POD now. 41 51 42 52 == Examples and the Test Suite 43 53 54 * Updated the smokeserver to join the smartlinking fun 55 ** smoke client now uploads .yml as well as .html 56 ** smoke server now render synopses using users' smoke results (see SYN links) 44 57 * Added many more smartlinks to the test suite. 45 58 * Rewrote util/prove6 using Perl 5 so that it can now run everywhere. 46 59 You can use this to run only a portion of the test suite or even a single 47 file. 48 * Updated util/prove6 to work better when used outside of the pugs try. 49 The "--blib", "--lib" and "--verbose" options from prove were added. 60 file. Contrast with the general `prove` utility, `prove6` supports 61 multiple Pugs backends and multiple Perl 6 implementations. 50 62 * Updated all tests and examples plus in some docs and other files to 51 63 remove the #/usr/bin/pugs shebangs and variants thereof. … … 76 88 more information about related features. 77 89 * There are now separate `===` and `eqv` operators. 90 * Added full support for the START trait blocks. 78 91 * Added support for character name escapes: 79 92 say "\c[LATIN CAPITAL LETTER Y]"; … … 118 131 XXX audreyt and gaal? 119 132 120 121 133 == Bug Fixes 122 134 … … 135 147 * Parse for "class Foo is also {...}" instead of having Foo 136 148 inherit from ::also. 149 137 150 138 151 = Changes for 6.2.12 (r10930) - June 26, 2006
