X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FAuthRealmTestApp.pm;h=bc703518ce5de54904e0cda3d22c38943b59ca8b;hb=9172af6de8c74c0e87583d0f217e07358e4f38c9;hp=36cb291bbed2d11f099331803e9a5211923ab232;hpb=ead7a26a894d36338abb53c4ff2f1f76984f7340;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/lib/AuthRealmTestApp.pm b/t/lib/AuthRealmTestApp.pm index 36cb291..bc70351 100644 --- a/t/lib/AuthRealmTestApp.pm +++ b/t/lib/AuthRealmTestApp.pm @@ -2,7 +2,10 @@ package AuthRealmTestApp; use warnings; use strict; -use Catalyst qw/Authentication/; +use Catalyst qw/ + Authentication + Authentication::Store::Minimal +/; use Test::More; use Test::Exception;