Message-ID: <
20060607052446.GA3240@efn.org>
p4raw-id: //depot/perl@28364
if (strEQ(name2, "RGV")) {
IoFLAGS(GvIOn(gv)) |= IOf_ARGV|IOf_START;
}
+ else if (strEQ(name2, "RGVOUT")) {
+ GvMULTI_on(gv);
+ }
break;
case 'E':
if (strnEQ(name2, "XPORT", 5))
require './test.pl';
}
-plan tests => 13;
+plan tests => 14;
eval { for (\2) { $_ = <FH> } };
like($@, 'Modification of a read-only value attempted', '[perl #19566]');
}
}
+fresh_perl_is('BEGIN{<>}', '',
+ { switches => ['-w'], stdin => '', stderr => 1 },
+ 'No ARGVOUT used only once warning');
+
__DATA__
moo
moo