Changeset 14391 for ChangeLog

Show
Ignore:
Timestamp:
10/17/06 08:27:23 (2 years ago)
Author:
audreyt
svk:copy_cache_prev:
21206
Message:

* ChangeLog?: More -fu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14390 r14391  
    3030* New magical variables: `$?COMPILER` and `$?VERSION` 
    3131* Pod directives: `=begin`/`=end` and `=for` now terminate without `=cut` 
    32 * Pod variables: `$=DATA` and `@=DATA` give you access to the DATA Pod 
     32* Pod variables: `$=FOO` and `@=FOO` give you access to the Pod section FOO 
    3333* Signature literals: `:($foo is copy = 42, $, @)` 
    3434* `"\123"` and `"\03"` are now errors; write `"\d123"` and `"\o03"` instead 
     
    197197* Added many, many more smartlinks into the spec 
    198198* All tests now begins with `use v6-alpha;` instead of `use v6;` 
    199 * Converted `eval_ok` and `eval_is` to `ok eval` and `is eval`, so that 
    200   eval'd strings will be run in the lexical scope in which they 
    201   are defined, rather than in Test.pm's scope 
     199* Converted `eval_ok` and `eval_is` to `ok eval` and `is eval`, 
     200  so that eval strings will run in the current lexical scope 
    202201* Merged [t_disabled/] back into the main test suite 
    203202* Removed `#!/usr/bin/pugs` from all test files