- Timestamp:
- 10/17/06 08:27:20 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r14388 r14390 11 11 12 12 * Support for compiling with GHC 6.6 13 ** GHC 6.4.1+ is still supported, but will discontinuein the next release13 ** GHC 6.4.1+ is still supported, but 6.6 will be required in the next release 14 14 15 15 == Feature Changes … … 29 29 * Named character escapes: `"\c[LATIN CAPITAL LETTER Y]"` 30 30 * New magical variables: `$?COMPILER` and `$?VERSION` 31 * P ODdirectives: `=begin`/`=end` and `=for` now terminate without `=cut`32 * P OD variables: `$=DATA` and `@=DATA`31 * Pod directives: `=begin`/`=end` and `=for` now terminate without `=cut` 32 * Pod variables: `$=DATA` and `@=DATA` give you access to the DATA Pod 33 33 * Signature literals: `:($foo is copy = 42, $, @)` 34 34 * `"\123"` and `"\03"` are now errors; write `"\d123"` and `"\o03"` instead … … 36 36 * `%h<>` now means `%h{}` -- the entire hash, not the empty string as key 37 37 * `($::('x'))` with two adjacent closing parens now parses correctly 38 * `1<2>` is now a fatal error: Odd number sof elements in Hash38 * `1<2>` is now a fatal error: Odd number of elements in Hash 39 39 40 40 === Declarators and Operators
