[Catalyst-commits] r9339 - Catalyst-Runtime/5.70/trunk/t
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Thu Feb 19 01:28:52 GMT 2009
Author: rafl
Date: 2009-02-19 01:28:51 +0000 (Thu, 19 Feb 2009)
New Revision: 9339
Modified:
Catalyst-Runtime/5.70/trunk/t/live_component_controller_moose.t
Log:
Remove uneccesary code i accidentially copied from another test.
Modified: Catalyst-Runtime/5.70/trunk/t/live_component_controller_moose.t
===================================================================
--- Catalyst-Runtime/5.70/trunk/t/live_component_controller_moose.t 2009-02-19 01:28:39 UTC (rev 9338)
+++ Catalyst-Runtime/5.70/trunk/t/live_component_controller_moose.t 2009-02-19 01:28:51 UTC (rev 9339)
@@ -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