Changeset 11295 for ChangeLog

Show
Ignore:
Timestamp:
07/08/06 08:32:20 (2 years ago)
Author:
Darren_Duncan
Message:

updated another 2-3 dozen files, mostly in misc/ and perl5/, to replace v6 with v6-alpha, and remove a few malformed shebang lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r11286 r11295  
    1515== Test, Examples and Documentations 
    1616 
    17 * Updated all tests and examples to remove the #/usr/bin/pugs shebangs, and  
    18 similarly updated some documentation. 
    19 * Replaced all "use v6-pugs;" with "use v6-alpha;" in the same places. 
     17* Updated all tests and examples plus in some docs and other files to 
     18remove the #/usr/bin/pugs shebangs and variants thereof. 
     19* Replaced all "use v6-pugs;" and "use v6;" with "use v6-alpha;" in mostly 
     20the same places. 
     21* With any such 'use' lines that appeared below other code, moved upwards. 
    2022* Renamed all Perl scripts from *.p6 to *.pl and from *.p5 to *-p5.pl; 
    2123all references to them, except in talks, were likewise updated.