[Catalyst-commits] r9338 - Catalyst-Runtime/5.80/trunk/t/aggregate
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Thu Feb 19 01:28:40 GMT 2009
Author: rafl
Date: 2009-02-19 01:28:39 +0000 (Thu, 19 Feb 2009)
New Revision: 9338
Modified:
Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_moose.t
Log:
Remove uneccesary code i accidentially copied from another test.
Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_moose.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_moose.t 2009-02-19 01:22:09 UTC (rev 9337)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_moose.t 2009-02-19 01:28:39 UTC (rev 9338)
@@ -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';
More information about the Catalyst-commits
mailing list