Changeset 13266 for ChangeLog

Show
Ignore:
Timestamp:
09/13/06 19:09:15 (2 years ago)
Author:
agentz
Message:

[ChangeLog?]
- minor fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r13265 r13266  
    6262  multiple Pugs backends and multiple Perl 6 implementations. 
    6363* Updated all tests and examples plus in some docs and other files to 
    64   remove the #/usr/bin/pugs shebangs and variants thereof. 
     64  remove the `#/usr/bin/pugs` shebangs and variants thereof. 
    6565* Replaced all "use v6-pugs;" and "use v6;" with "use v6-alpha;" in mostly 
    6666  the same places. 
     
    7272   latter as well ... so 01-sanity doesn't use Test.pm, 02-test-pm checks that  
    7373   Test.pm itself works, and subsequent t/* use Test.pm 
    74 ** Merged t_disabled/ into t/. 
    75 ** Renamed t/subroutines to t/blocks 
     74** Merged [t_disabled/] into [t/]. 
     75** Renamed [t/subroutines] to [t/blocks] 
    7676* Added t/closure_traits to test closure traits 
    77 * Added tests for \o[] and \d[]. 
     77* Added tests for `\o[]` and `\d[]`. 
    7878* Added tests for embedded comments. 
    7979