diff options
author | Robin Houston <robin@cpan.org> | 2005-12-21 11:00:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-21 16:16:19 +0000 |
commit | bc9b29dbf2ff006e91ae1d732887485497f58896 (patch) | |
tree | 4147ad5078d3b0f0201672a8a8876a5ace346c4e /intrpvar.h | |
parent | 565a3db3dc85d0f63074b38e7019290e4f8f3766 (diff) | |
download | perl-bc9b29dbf2ff006e91ae1d732887485497f58896.tar.gz |
Feature bundle is now :5.10, and add -E switch
Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26432
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index e45e23dff0..04ea137362 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -38,6 +38,7 @@ PERLVAR(Iminus_l, bool) PERLVAR(Iminus_a, bool) PERLVAR(Iminus_F, bool) PERLVAR(Idoswitches, bool) +PERLVAR(Iminus_E, bool) /* =head1 Global Variables |