X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppChainedAbsolutePathPart.pm;h=3c62aef9a50ab24e794b67f8a7c056ed9496293a;hp=6ffd0474d5ac7df440ef0eb9cce7d9cfff1393f9;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/lib/TestAppChainedAbsolutePathPart.pm b/t/lib/TestAppChainedAbsolutePathPart.pm index 6ffd047..3c62aef 100644 --- a/t/lib/TestAppChainedAbsolutePathPart.pm +++ b/t/lib/TestAppChainedAbsolutePathPart.pm @@ -2,15 +2,15 @@ package TestAppChainedAbsolutePathPart; use strict; use Catalyst qw/ - Test::Errors - Test::Headers + Test::Errors + Test::Headers /; use Catalyst::Utils; our $VERSION = '0.01'; TestAppChainedAbsolutePathPart - ->config( + ->config( name => 'TestAppChainedAbsolutePathPart', root => '/some/dir' );