Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r13265 r13266 62 62 multiple Pugs backends and multiple Perl 6 implementations. 63 63 * Updated all tests and examples plus in some docs and other files to 64 remove the #/usr/bin/pugsshebangs and variants thereof.64 remove the `#/usr/bin/pugs` shebangs and variants thereof. 65 65 * Replaced all "use v6-pugs;" and "use v6;" with "use v6-alpha;" in mostly 66 66 the same places. … … 72 72 latter as well ... so 01-sanity doesn't use Test.pm, 02-test-pm checks that 73 73 Test.pm itself works, and subsequent t/* use Test.pm 74 ** Merged t_disabled/ into t/.75 ** Renamed t/subroutines to t/blocks74 ** Merged [t_disabled/] into [t/]. 75 ** Renamed [t/subroutines] to [t/blocks] 76 76 * Added t/closure_traits to test closure traits 77 * Added tests for \o[] and \d[].77 * Added tests for `\o[]` and `\d[]`. 78 78 * Added tests for embedded comments. 79 79
