X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp.pm;h=00cde9a475994676036cbda6542fd9d2564df6b8;hp=8630a98757c0afe948ec8f77ccbe4eb9c6ac83fb;hb=836e1134dfc70e064464c366a44ebb6aabfa1648;hpb=8327e2e21fc9ea72c357e876f868001ad9712474 diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index 8630a98..00cde9a 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -1,7 +1,12 @@ package TestApp; use strict; -use Catalyst qw/Test::Errors Test::Headers Test::Plugin/; +use Catalyst qw/ + Test::Errors + Test::Headers + Test::Plugin + +TestApp::Plugin::FullyQualified +/; use Catalyst::Utils; our $VERSION = '0.01';