Updated helper
Sebastian Riedel [Fri, 3 Mar 2006 16:47:48 +0000 (16:47 +0000)]
lib/Catalyst/Helper.pm

index 74fe38c..e1aa3ec 100644 (file)
@@ -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 $@