From eeb792decae28e85e487ebeeb6d56f1994b56c62 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Feb 2011 01:07:16 -0600 Subject: handle type checks and auto_deref on values returned from services --- t/04-block.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/04-block.t') diff --git a/t/04-block.t b/t/04-block.t index a06a950..c0f9bad 100644 --- a/t/04-block.t +++ b/t/04-block.t @@ -22,7 +22,7 @@ use Test::More; has baz => ( is => 'ro', - isa => 'Baz', + isa => 'Str', block => sub { my ($s, $self) = @_; return $s->param('bar') . $self->foo; -- cgit v1.2.3-54-g00ecf