From 94e1fbaee725f13ea11dbd183be96755562bbbc5 Mon Sep 17 00:00:00 2001 From: jkeenan Date: Sat, 19 Nov 2011 20:16:47 -0500 Subject: [PATCH] [RT #36079] Convert ` to '. --- t/op/method.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/op/method.t b/t/op/method.t index 5a1c754..7332c3c 100644 --- a/t/op/method.t +++ b/t/op/method.t @@ -80,8 +80,8 @@ eval 'no warnings "redefine"; sub B::d {"B::d2"}'; # Import now. is(A->d, "B::d2"); # Update hash table; # What follows is hardly guarantied to work, since the names in scripts -# are already linked to "pruned" globs. Say, `undef &B::d' if it were -# after `delete $B::{d}; sub B::d {}' would reach an old subroutine. +# are already linked to "pruned" globs. Say, 'undef &B::d' if it were +# after 'delete $B::{d}; sub B::d {}' would reach an old subroutine. undef &B::d; delete $B::{d}; -- 2.7.4