diff options
author | Jeff Siegal <jbs@eddie.mit.edu> | 1988-02-01 22:56:10 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-02-01 22:56:10 +0000 |
commit | a4de7c03d0bdc29d9d3a18abad4ac2628182ed7b (patch) | |
tree | 5dc53383b9ae098b49ed81db24b316d5a82aaae4 /patchlevel.h | |
parent | 2e1b3b7e9018b7d16d598adb631073672439d869 (diff) | |
download | perl-a4de7c03d0bdc29d9d3a18abad4ac2628182ed7b.tar.gz |
perl 1.0 patch 14: a2p incorrectly translates 'for (a in b)' construct.
The code a2p creates for the 'for (a in b)' construct ends
up assigning the wrong value to the key variable.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 910cae8f16..f95be0eb07 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL 13 +#define PATCHLEVEL 14 |