diff options
author | Larry Wall <lwall@netlabs.com> | 1994-05-04 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1994-05-04 23:00:00 +0000 |
commit | 85e6fe838fb25b257a1b363debf8691c0992ef71 (patch) | |
tree | fd5340cd6c3bbabfc21d3b0cac48e7ab3a481ebf /lib/English.pm | |
parent | 2304df62caa7d9be70e8b8bcdb454e139c9c103d (diff) | |
download | perl-85e6fe838fb25b257a1b363debf8691c0992ef71.tar.gz |
perl 5.0 alpha 9perl-5a9
[editor's note: the sparc executables have not been included,
and emacs backup files have been removed]
Diffstat (limited to 'lib/English.pm')
-rw-r--r-- | lib/English.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/English.pm b/lib/English.pm index ba89b164b5..79cceee53c 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -120,6 +120,7 @@ require Exporter; # Internals. *PERL_VERSION = \$] ; + *ACCUMULATOR = \$^A ; *DEBUGGING = \$^D ; *SYSTEM_FD_MAX = \$^F ; *INPLACE_EDIT = \$^I ; |