X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app.t;h=fc07156c020b14cd96d34bf914024de9b77ebea6;hb=3aff571ea68c828e52aaf74e53783a2c8de14b5a;hp=142c40678a557509d92e13f1aceac4eb19d80ee7;hpb=bd020dd7fa79594f8549e240f498107af253bc85;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/t/live_app.t b/t/live_app.t index 142c406..fc07156 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -7,7 +7,11 @@ use lib "$Bin/lib"; use Test::More; BEGIN { - eval { require Test::WWW::Mechanize::Catalyst } + do { + eval { require Test::WWW::Mechanize::Catalyst } + and + Test::WWW::Mechanize::Catalyst->VERSION('0.51') + } or plan skip_all => "Test::WWW::Mechanize::Catalyst is needed for this test"; plan tests => 4;