Make things run again with aggregation disabled.
Florian Ragwitz [Sun, 27 Sep 2009 15:28:04 +0000 (15:28 +0000)]
t/aggregate/custom_live_component_controller_action_auto_doublebug.t
t/aggregate/custom_live_path_bug.t
t/aggregate/meta_method_unneeded.t
t/aggregate/unit_core_log.t
t/aggregate/unit_dispatcher_requestargs_restore.t
t/aggregate/unit_load_catalyst_test.t
t/aggregate/unit_metaclass_compat_non_moose_controller.t

index 9398c61..a6081c4 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 our $iters;
 
index aa43472..f52a9b4 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Test::More tests => 1;
 use Test::Exception;
 use Carp ();
index 396e337..f488d48 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 23;
+use Test::More tests => 22;
 
 use Catalyst::Log;
 
index db1c132..9c4b7fa 100644 (file)
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Catalyst::Test 'ACLTestApp';
 use Test::More tests => 1;
 
index ffa5655..d3f30ee 100644 (file)
@@ -7,7 +7,7 @@ use FindBin;
 use lib         "$FindBin::Bin/lib";
 use Test::More  tests => 59;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Catalyst::Utils;
 use HTTP::Request::Common;
 use Test::Exception;
index 3b91ef2..1672a18 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 use Test::More tests => 1;
 use Test::Exception;