From ebd0417f8a7131fe47177e9db135951ec4904acb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 29 Sep 2011 03:31:14 -0500 Subject: fix for ox changes --- t/01-basic.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/01-basic.t b/t/01-basic.t index 3312547..51c04ba 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -49,7 +49,7 @@ use Path::Class (); dependencies => ['template_root'], ); - has controller => ( + has root => ( is => 'ro', isa => 'Foo::Controller', dependencies => ['view'], @@ -60,7 +60,7 @@ use Path::Class (); content => 'Hello world', ); route '/foo' => 'root.foo'; - }, (root => 'controller'); + }; } my $foo = Foo->new; -- cgit v1.2.3