From: t0m Date: Sat, 6 Jun 2009 23:59:50 +0000 (+0100) Subject: Move the testapp out of the main directory and under t/, avoiding the need for a... X-Git-Tag: 0.05~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3df1f3be5d21a8ff08c4564539c9b0d70590b93f;p=catagits%2FCatalyst-Engine-STOMP.git Move the testapp out of the main directory and under t/, avoiding the need for a special move in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index b598ed5..d174bb0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,10 +17,6 @@ requires 'namespace::autoclean' => '0.05'; test_requires 'Alien::ActiveMQ' => '0.00003'; -no_index package => 'StompTestApp'; -no_index package => 'StompTestApp::Controller::TestController'; -no_index package => 'StompTestApp::Controller::TestJsonController'; - my @force_build_requires_if_author = qw( Test::NoTabs Test::Pod diff --git a/testapp/lib/StompTestApp.pm b/t/lib/StompTestApp.pm similarity index 100% rename from testapp/lib/StompTestApp.pm rename to t/lib/StompTestApp.pm diff --git a/testapp/lib/StompTestApp/Controller/TestController.pm b/t/lib/StompTestApp/Controller/TestController.pm similarity index 100% rename from testapp/lib/StompTestApp/Controller/TestController.pm rename to t/lib/StompTestApp/Controller/TestController.pm diff --git a/testapp/lib/StompTestApp/Controller/TestJsonController.pm b/t/lib/StompTestApp/Controller/TestJsonController.pm similarity index 100% rename from testapp/lib/StompTestApp/Controller/TestJsonController.pm rename to t/lib/StompTestApp/Controller/TestJsonController.pm diff --git a/testapp/lib/StompTestApp/stomptestapp.yml b/t/lib/StompTestApp/stomptestapp.yml similarity index 100% rename from testapp/lib/StompTestApp/stomptestapp.yml rename to t/lib/StompTestApp/stomptestapp.yml diff --git a/testapp/script/stomptestapp_stomp.pl b/t/script/stomptestapp_stomp.pl similarity index 100% rename from testapp/script/stomptestapp_stomp.pl rename to t/script/stomptestapp_stomp.pl diff --git a/testapp/script/stomptestapp_stomp_workers.pl b/t/script/stomptestapp_stomp_workers.pl similarity index 100% rename from testapp/script/stomptestapp_stomp_workers.pl rename to t/script/stomptestapp_stomp_workers.pl