From 10011108be1c9b1a86cfb082ee0a4d43881422c4 Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Mon, 1 Aug 2011 11:26:37 -0400 Subject: OX no longer exports depends_on --- t/01-basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/01-basic.t b/t/01-basic.t index f3f5987..3312547 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -60,7 +60,7 @@ use Path::Class (); content => 'Hello world', ); route '/foo' => 'root.foo'; - }, (root => depends_on('controller')); + }, (root => 'controller'); } my $foo = Foo->new; -- cgit v1.2.3-54-g00ecf