Subject: | t/head_middleware.t : setup too early |
looks like line 28 "MyApp->setup" in t/head_middleware.t shouldn't be there.
It fails because at this point 'MyApp/Controller/Root.pm' is not defined in %INC.
The second setup that occurs at line 33 is OK.