Changes between Version 8 and Version 9 of ParrotDeprecationsFor3.0
- Timestamp:
- 12/20/10 02:23:35 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotDeprecationsFor3.0
v8 v9 1 1 = Parrot Deprecations for 3.0 = 2 3 == PARROT_ERRORS_GLOBALS_FLAG == 4 5 The PARROT_ERRORS_GLOBALS_FLAG constant has been removed. 6 7 === Rationale === 8 9 This flag does not modify the behaviour of parrot in any way. 10 11 === Replacement === 12 13 Remove all code attempting to set/unset this flag. It didn't do anything anyways. 2 14 3 15 == CodeString ==
