lets see if we can silence the error strawberry perl is upchucking
John Napiorkowski [Wed, 8 Jun 2016 13:36:11 +0000 (08:36 -0500)]
t/lib/TestAppArgsEmptyParens.pm

index 051a850..c7684ec 100644 (file)
@@ -1,4 +1,5 @@
 package TestAppArgsEmptyParens::Controller::Root;
+$INC{'TestAppArgsEmptyParens/Controller/Root.pm'} = __FILE__;
 use Moose;
 use MooseX::MethodAttributes;
 
@@ -12,6 +13,8 @@ sub chain_base :Chained(/) PathPart('chain_base') CaptureArgs(0) { }
 TestAppArgsEmptyParens::Controller::Root->config(namespace=>'');
 
 package TestAppArgsEmptyParens;
+$INC{'TestAppArgsEmptyParens.pm'} = __FILE__;
+
 use Catalyst;
 use TestLogger;