X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app.t;h=70ca6768bc3a2cb84d419b3a30c2e70ae73d6725;hb=bf4d93a4eb7914bd8dda9e0c98895353e6653476;hp=d3da817c4f6049c2c2362bae9e30254f1da88d6a;hpb=5c5ba1427add2376649be62bc844d7ab75b55fec;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app.t b/t/live_app.t index d3da817..70ca676 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -1,10 +1,11 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; BEGIN { plan skip_all => "Digest::SHA1 is required for this test" unless eval { require Digest::SHA1 }; + plan "no_plan"; } use lib 't/lib';