Version 0.19
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / live-app.t
index a3a9e34..38f6fe8 100644 (file)
@@ -4,9 +4,9 @@ use warnings;
 use FindBin;
 use IO::Socket;
 use Test::More;
-use Test::WWW::Mechanize;
 
 eval <<_DEPS_;
+   use Test::WWW::Mechanize;
    use Catalyst::Runtime;
    use Catalyst::Devel;
    use Cache::FastMmap;
@@ -27,11 +27,11 @@ _DEPS_
 
 if ( $@ )
 {
-    plan skip_all => 'Test application dependencies not satisfied';
+    plan skip_all => 'Test application dependencies not satisfied ' . $@;
 }
 elsif ( not $ENV{TEST_HTTP} )
 {
-    plan skip_all => 'set TEST_HTTP to enable this test';
+    plan skip_all => 'Set TEST_HTTP to enable this test';
 }
 else
 {