From: Tomas Doran Date: Tue, 12 Jan 2010 21:27:03 +0000 (+0000) Subject: Remove warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Antlers.git;a=commitdiff_plain;h=3946c1c0985c3b0a6d974b96152bd8d81958b4c7 Remove warning --- diff --git a/t/refwalk.t b/t/refwalk.t index 66bc5ac..d48077e 100644 --- a/t/refwalk.t +++ b/t/refwalk.t @@ -44,7 +44,7 @@ foreach my $e (@expect) { } my $flimflam = { - one => { two => three }, + one => { two => 'three' }, bard => $foo->{skald}, bard_guts => ${$foo->{skald}}, empty_now => $foo->{bar},