13 like(runperl(switches => ['-Irun/flib', '-Mbroken'], stderr => 1),
14 qr/^Global symbol "\$x" requires explicit package name at run\/flib\/broken.pm line 6\./,
15 "Ensure -Irun/flib produces correct filename in warnings");
17 like(runperl(switches => ['-Irun/flib/', '-Mbroken'], stderr => 1),
18 qr/^Global symbol "\$x" requires explicit package name at run\/flib\/broken.pm line 6\./,
19 "Ensure -Irun/flib/ produces correct filename in warnings");