From: Sebastian Riedel Date: Fri, 3 Mar 2006 16:47:48 +0000 (+0000) Subject: Updated helper X-Git-Tag: 5.7099_04~677 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c82bce98625d13b20045499ddbb13b813a788ff3 Updated helper --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 74fe38c..e1aa3ec 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -1109,8 +1109,7 @@ it under the same terms as Perl itself. __comptest__ use strict; use warnings; -[% IF long_type == 'Controller' %][% IF mech %]our $test_count; -use Test::More; +[% IF long_type == 'Controller' %][% IF mech %]use Test::More; eval "use Test::WWW::Mechanize::Catalyst '[% app %]'"; plan $@