Move the testapp out of the main directory and under t/, avoiding the need for a...
t0m [Sat, 6 Jun 2009 23:59:50 +0000 (00:59 +0100)]
Makefile.PL
t/lib/StompTestApp.pm [moved from testapp/lib/StompTestApp.pm with 100% similarity]
t/lib/StompTestApp/Controller/TestController.pm [moved from testapp/lib/StompTestApp/Controller/TestController.pm with 100% similarity]
t/lib/StompTestApp/Controller/TestJsonController.pm [moved from testapp/lib/StompTestApp/Controller/TestJsonController.pm with 100% similarity]
t/lib/StompTestApp/stomptestapp.yml [moved from testapp/lib/StompTestApp/stomptestapp.yml with 100% similarity]
t/script/stomptestapp_stomp.pl [moved from testapp/script/stomptestapp_stomp.pl with 100% similarity]
t/script/stomptestapp_stomp_workers.pl [moved from testapp/script/stomptestapp_stomp_workers.pl with 100% similarity]

index b598ed5..d174bb0 100644 (file)
@@ -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