From: Tomas Doran Date: Tue, 10 Nov 2009 21:36:06 +0000 (+0000) Subject: Return 1, only currently works by chance X-Git-Tag: 5.80014~15^2~2^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f4c8c6d4387499e547c43c6e9deaecaaa50ba982 Return 1, only currently works by chance --- diff --git a/t/lib/TestAppDoubleAutoBug.pm b/t/lib/TestAppDoubleAutoBug.pm index 82a5e07..524ed8b 100644 --- a/t/lib/TestAppDoubleAutoBug.pm +++ b/t/lib/TestAppDoubleAutoBug.pm @@ -44,3 +44,6 @@ sub execute { return $c->SUPER::execute(@_); } + +1; +