From 882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9 Mon Sep 17 00:00:00 2001 From: jkeenan Date: Sat, 19 Nov 2011 19:23:00 -0500 Subject: [RT #36079] Convert ` to '. --- dist/if/t/if.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/if') diff --git a/dist/if/t/if.t b/dist/if/t/if.t index 25bf09a1f2..e55bca3c9c 100644 --- a/dist/if/t/if.t +++ b/dist/if/t/if.t @@ -26,7 +26,7 @@ is( eval "use if ($v_plus > \$]), strict => 'refs'; \${'f'} = 12", undef, '"use if" with a true condition and a pragma'); like( $@, qr/while "strict refs" in use/, 'expected error message'), -# Old version had problems with the module name `open', which is a keyword too +# Old version had problems with the module name 'open', which is a keyword too # Use 'open' =>, since pre-5.6.0 could interpret differently is( (eval "use if ($v_plus > \$]), 'open' => IN => ':crlf'; 12" || 0), 12, '"use if" with open'); -- cgit v1.2.1