X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funicode_plugin_live.t;h=901ae84fa8e8bb47d624c65dc24ac415f995339c;hb=5e967aeb4b87a778b25435352542dd4dd882e6ef;hp=de810aacd9ba083c045b65699143218052761390;hpb=550464108eada19dba470ec5d17fc849399fdab0;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unicode_plugin_live.t b/t/unicode_plugin_live.t index de810aa..901ae84 100644 --- a/t/unicode_plugin_live.t +++ b/t/unicode_plugin_live.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More; @@ -10,9 +8,9 @@ use FindBin qw($Bin); use lib "$Bin/lib"; BEGIN { -if ( !eval { require Test::WWW::Mechanize::Catalyst } || ! Test::WWW::Mechanize::Catalyst->VERSION('0.51') ) { + if ( !eval { require Test::WWW::Mechanize::Catalyst; Test::WWW::Mechanize::Catalyst->VERSION('0.51') } ) { plan skip_all => 'Need Test::WWW::Mechanize::Catalyst for this test'; -} + } } # make sure testapp works