Fix RT#81506
[catagits/Catalyst-Plugin-Session.git] / t / live_verify_address.t
index bc58b43..e18ca91 100644 (file)
@@ -16,6 +16,9 @@ BEGIN {
     or plan skip_all =>
         'Test::WWW::Mechanize::PSGI is required for this test';
 
+    eval { require Catalyst::Plugin::Authentication; 1 }
+      or plan skip_all => "Catalyst::Plugin::Authentication is required for this test";
+
     plan tests => 12;
 }