* fixed a nasty bug in compat mode with store::minimal. From the comments left in...
[catagits/Catalyst-Plugin-Authentication.git] / t / lib / AuthRealmTestApp.pm
index 36cb291..bc70351 100644 (file)
@@ -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;