X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app.t;h=af9042cf078f79154137218f115961fff2ed7dfe;hb=1d241ed75b32fcdb3957880b6ca50ef2db21f444;hp=4d55cd52652e61e30d6c4209867575b255fdd008;hpb=d055ce0c91dca58df9b579d450af3ae250fb119c;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app.t b/t/live_app.t index 4d55cd5..af9042c 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -5,7 +5,7 @@ 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';