- Timestamp:
- 10/17/06 08:27:23 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r14390 r14391 30 30 * New magical variables: `$?COMPILER` and `$?VERSION` 31 31 * Pod directives: `=begin`/`=end` and `=for` now terminate without `=cut` 32 * Pod variables: `$= DATA` and `@=DATA` give you access to the DATA Pod32 * Pod variables: `$=FOO` and `@=FOO` give you access to the Pod section FOO 33 33 * Signature literals: `:($foo is copy = 42, $, @)` 34 34 * `"\123"` and `"\03"` are now errors; write `"\d123"` and `"\o03"` instead … … 197 197 * Added many, many more smartlinks into the spec 198 198 * 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 202 201 * Merged [t_disabled/] back into the main test suite 203 202 * Removed `#!/usr/bin/pugs` from all test files
