Add author deps so live tests get run
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / live-app.t
index e2efbb4..38f6fe8 100644 (file)
@@ -27,7 +27,7 @@ _DEPS_
 
 if ( $@ )
 {
-    plan skip_all => 'Test application dependencies not satisfied';
+    plan skip_all => 'Test application dependencies not satisfied ' . $@;
 }
 elsif ( not $ENV{TEST_HTTP} )
 {