diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-11-11 03:18:11 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-11-11 03:18:11 +0000 |
commit | 108015d75120ba74765b18426104232179d3eccb (patch) | |
tree | 47e3dd57498f1c57e28a81d5901d3d8c139a9abb /lib/English.pm | |
parent | 6e908d91c0cee96c2ca2c5cfebad8cdcb01a656e (diff) | |
download | perl-108015d75120ba74765b18426104232179d3eccb.tar.gz |
Fix for RT #37654. Added $COMPILING to list of variables exported.
p4raw-id: //depot/perl@26080
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 250549d059..073d079882 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -114,6 +114,7 @@ sub import { *PROGRAM_NAME *PERL_VERSION *ACCUMULATOR + *COMPILING *DEBUGGING *SYSTEM_FD_MAX *INPLACE_EDIT |