From: Tomas Doran Date: Thu, 19 Nov 2009 22:23:58 +0000 (+0000) Subject: Move to aggregate X-Git-Tag: 5.80014_02~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=04f4497ce7970ce629d1028861d0f3a9906c950a Move to aggregate --- diff --git a/t/unit_core_script_server.t b/t/aggregate/unit_core_script_server.t similarity index 99% rename from t/unit_core_script_server.t rename to t/aggregate/unit_core_script_server.t index 069c568..b2ea3f9 100644 --- a/t/unit_core_script_server.t +++ b/t/aggregate/unit_core_script_server.t @@ -2,7 +2,7 @@ use strict; use warnings; use FindBin qw/$Bin/; -use lib "$Bin/lib"; +use lib "$Bin/../lib"; use Test::More 'no_plan'; use Test::Exception; diff --git a/t/unit_core_scriptrunner.t b/t/aggregate/unit_core_scriptrunner.t similarity index 96% rename from t/unit_core_scriptrunner.t rename to t/aggregate/unit_core_scriptrunner.t index b87afeb..1dfe255 100644 --- a/t/unit_core_scriptrunner.t +++ b/t/aggregate/unit_core_scriptrunner.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 5; use FindBin qw/$Bin/; -use lib "$Bin/lib"; +use lib "$Bin/../lib"; use_ok('Catalyst::ScriptRunner');