Returned the foo() action to TestAppPathBug.pm so it tests the right bug. Added a...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppPathBug.pm
index 3d3b11b..a91b5fe 100644 (file)
@@ -3,6 +3,8 @@ use warnings;
 
 package TestAppPathBug;
 
+BEGIN { $SIG{__WARN__} = sub {}; };
+
 use Catalyst;
 
 our $VERSION = '0.01';