diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 19:23:00 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:14 -0800 |
commit | 882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9 (patch) | |
tree | 9e3d9a5a65f423429c8a927720f9c33f096432a7 /dist/if | |
parent | 55bee391aeff3c3b8d22fa4ce5491ee9440028aa (diff) | |
download | perl-882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'dist/if')
-rw-r--r-- | dist/if/t/if.t | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |