X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_verify_address.t;fp=t%2Flive_verify_address.t;h=e18ca9142eb603c213ec252b748923fda5d20692;hb=d7cb2327deb8adbfe9ca7113d0e23b87635195da;hp=bc58b43e435879e6eeaac4310620ed8e2436e120;hpb=e7e91d888315cc05ef3a6e7dbec669d44463e889;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/t/live_verify_address.t b/t/live_verify_address.t index bc58b43..e18ca91 100644 --- a/t/live_verify_address.t +++ b/t/live_verify_address.t @@ -16,6 +16,9 @@ BEGIN { or plan skip_all => 'Test::WWW::Mechanize::PSGI is required for this test'; + eval { require Catalyst::Plugin::Authentication; 1 } + or plan skip_all => "Catalyst::Plugin::Authentication is required for this test"; + plan tests => 12; }