From dc115b7c990ed39ae756b1aeda859ef04e228a7d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 6 Nov 2011 12:57:12 -0800 Subject: [PATCH 1/1] Typos in gv.t --- t/op/gv.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/op/gv.t b/t/op/gv.t index 81e7ba8..b681638 100644 --- a/t/op/gv.t +++ b/t/op/gv.t @@ -856,13 +856,13 @@ ok eval { my $glob = do { no warnings "once"; \*phing::foo}; delete $::{"phing::"}; *$glob = *greck; -}, "Assigning a glob-with-sub to a glob that has lost its stash warks"; +}, "Assigning a glob-with-sub to a glob that has lost its stash works"; ok eval { sub pon::foo; my $glob = \*pon::foo; delete $::{"pon::"}; *$glob = *foo; -}, "Assigning a glob to a glob-with-sub that has lost its stash warks"; +}, "Assigning a glob to a glob-with-sub that has lost its stash works"; { package Tie::Alias; -- 1.8.3.1