X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fevil_stash.t;h=035430500629b7533348c46c3eaf6154b997fda5;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hp=e97a131f1786ed2992d99a36c5640df4b86e9d8c;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/evil_stash.t b/t/evil_stash.t index e97a131..0354305 100644 --- a/t/evil_stash.t +++ b/t/evil_stash.t @@ -13,7 +13,7 @@ use Test::More; $c->{stash}->{foo} = 'bar'; $c->stash(baz=>'boor'); $c->{stash}->{baz} = $c->stash->{baz} . 2; - + Test::More::is($c->stash->{foo}, 'bar'); Test::More::is($c->stash->{baz}, 'boor2'); Test::More::is($c->{stash}->{foo}, 'bar');