This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[RT #36079] Due to test failures, revert conversion from backtick to single quote.
authorjkeenan <jkeenan@cpan.org>
Sun, 20 Nov 2011 03:12:05 +0000 (22:12 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 00:27:22 +0000 (16:27 -0800)
t/porting/diag.t

index d899886..50aa996 100644 (file)
@@ -384,10 +384,10 @@ Can't return array to lvalue scalar context
 Can't return a %s from lvalue subroutine
 Can't return hash to lvalue scalar context
 Can't spawn "%s": %s
-Can't %s script '%s' with ARGV[0] being '%s'
+Can't %s script `%s' with ARGV[0] being `%s'
 Can't %s "%s": %s
 Can't %s %s%s%s
-Can't %s '%s' with ARGV[0] being '%s' (looking for executables only, not found)
+Can't %s `%s' with ARGV[0] being `%s' (looking for executables only, not found)
 Can't take %s of %f
 Can't use '%c' after -mname
 Can't use string ("%s"%s) as a subroutine ref while "strict refs" in use