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