Use non-deprecated modules in the test suite.
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / live_app_digest.t
index 16088e0..996eda2 100644 (file)
@@ -9,7 +9,7 @@ BEGIN {
     eval { require Catalyst::Plugin::Cache }
       or plan skip_all =>
       "Catalyst::Plugin::Cache is needed for this test";
-    eval { require Cache::FileCache }
+        eval { require Cache::FileCache }
       or plan skip_all =>
       "Cache::FileCache is needed for this test";
     plan tests => 4;
@@ -82,4 +82,3 @@ $r->headers->push_header( Authorization => $response );
 $mech->request($r);
 is( $mech->status, 200, "status is 200" );
 $mech->content_contains( "Mufasa", "Mufasa output" );
-