now an illegal command line flag.
p4raw-id: //depot/perl@32956
PERLVAR(Iminus_a, bool)
PERLVAR(Iminus_F, bool)
PERLVAR(Idoswitches, bool)
-
PERLVAR(Iminus_E, bool)
/*
PERLVAR(Isrand_called, bool)
/* Part of internal state, but makes the 16th 1 byte variable in a row. */
PERLVAR(Itainting, bool) /* doing taint checks */
+/* Space for a U8 */
PERLVAR(Iinplace, char *)
PERLVAR(Ie_script, SV *)
BEGIN { require "./test.pl"; }
-plan(tests => 61);
+plan(tests => 62);
use Config;
# Tests for switches which do not exist
-foreach my $switch (split //, "ABbGgHJjKkLNOoQqRrYyZz123456789_")
+foreach my $switch (split //, "ABbGgHJjKkLNOoPQqRrYyZz123456789_")
{
local $TODO = ''; # these ones should work on VMS