This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[inseparable changes from match from perl-5.003_97c to perl-5.003_97d]
[perl5.git] / t / pragma / strict-vars
index 9814fd6..7ca9843 100644 (file)
@@ -115,7 +115,7 @@ require "./abc";
 EXPECT
 Variable "$joe" is not imported at ./abc line 2.
 Global symbol "joe" requires explicit package name at ./abc line 2.
- at - line 2.
+Compilation failed in require at - line 2.
 ########
 
 --FILE-- abc.pm
@@ -128,7 +128,7 @@ use abc;
 EXPECT
 Variable "$joe" is not imported at abc.pm line 2.
 Global symbol "joe" requires explicit package name at abc.pm line 2.
- at - line 2.
+Compilation failed in require at - line 2.
 BEGIN failed--compilation aborted at - line 2.
 ########