diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 20:09:26 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:20 -0800 |
commit | 15a8c21ed85ac4ec25df9165e09b10c165e45415 (patch) | |
tree | d579129ddd4618f5d9ae2a5805e1992798f3c7d0 /t/lib/strict | |
parent | 1204f0815ba9631d780fb56ac445340016fbc6be (diff) | |
download | perl-15a8c21ed85ac4ec25df9165e09b10c165e45415.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 't/lib/strict')
-rw-r--r-- | t/lib/strict/vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/strict/vars b/t/lib/strict/vars index d41aa3c0d7..fdd7af3416 100644 --- a/t/lib/strict/vars +++ b/t/lib/strict/vars @@ -496,7 +496,7 @@ ok ######## # Make sure the strict vars failure still occurs -# now that the `@i should be written as \@i' failure does not occur +# now that the '@i should be written as \@i' failure does not occur # 20000522 mjd@plover.com (MJD) use strict 'vars'; no warnings; |