Lines Matching refs:is
125 # This is something like "Arg list too long", but the actual message
154 test 46, scalar($@ =~ /^Constant is not a HASH/);
216 test 60, (shift @warnings) =~ /^Constant name 'BEGIN' is a Perl keyword at/;
218 test 61, (shift @warnings) =~ /^Constant name 'INIT' is a Perl keyword at/;
219 test 62, (shift @warnings) =~ /^Constant name 'CHECK' is a Perl keyword at/;
220 test 63, (shift @warnings) =~ /^Constant name 'END' is a Perl keyword at/;
221 test 64, (shift @warnings) =~ /^Constant name 'DESTROY' is a Perl keyword at/;
222 test 65, (shift @warnings) =~ /^Constant name 'AUTOLOAD' is a Perl keyword at/;
223 test 66, (shift @warnings) =~ /^Constant name 'STDIN' is forced into package main:: a/;
224 test 67, (shift @warnings) =~ /^Constant name 'STDOUT' is forced into package main:: at/;
225 test 68, (shift @warnings) =~ /^Constant name 'STDERR' is forced into package main:: at/;
226 test 69, (shift @warnings) =~ /^Constant name 'ARGV' is forced into package main:: at/;
227 test 70, (shift @warnings) =~ /^Constant name 'ARGVOUT' is forced into package main:: at/;
228 test 71, (shift @warnings) =~ /^Constant name 'ENV' is forced into package main:: at/;
229 test 72, (shift @warnings) =~ /^Constant name 'INC' is forced into package main:: at/;
230 test 73, (shift @warnings) =~ /^Constant name 'SIG' is forced into package main:: at/;