Remove uneccesary code i accidentially copied from another test.
Florian Ragwitz [Thu, 19 Feb 2009 01:28:51 +0000 (01:28 +0000)]
t/live_component_controller_moose.t

index e0b6f5d..0882fd0 100644 (file)
@@ -1,13 +1,9 @@
-#!perl
-
 use strict;
 use warnings;
 
 use FindBin;
 use lib "$FindBin::Bin/lib";
 
-our $iters;
-
 use Test::More tests => 2;
 use Catalyst::Test 'TestApp';