added a test application to get the new scripts working
authorDevin Austin <devin.austin@gmail.com>
Thu, 25 Jun 2009 00:54:12 +0000 (00:54 +0000)
committerDevin Austin <devin.austin@gmail.com>
Thu, 25 Jun 2009 00:54:12 +0000 (00:54 +0000)
commitcc999ce24cf699811485469692101bd6ad1ab27d
tree90acd6a5aaa580bd8979a5c77bfdcb52b8c572cb
parent291722a89b7d9fb9747737f6ff5927d700a69613
added a test application to get the new scripts working
created Catalyst::ScriptRunner, Catalyst::Script::*
got Catalyst::Script::FastCGI running
wrote a test for Catalyst::Script::FastCGI, but it fails for some reason
27 files changed:
lib/Catalyst/Script/FastCGI.pm
lib/Catalyst/ScriptRunner.pm
t/TestApp/Changes [new file with mode: 0644]
t/TestApp/Makefile.PL [new file with mode: 0644]
t/TestApp/README [new file with mode: 0644]
t/TestApp/lib/TestApp.pm [new file with mode: 0644]
t/TestApp/lib/TestApp/Controller/Root.pm [new file with mode: 0644]
t/TestApp/root/favicon.ico [new file with mode: 0644]
t/TestApp/root/static/images/btn_120x50_built.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_120x50_built_shadow.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_120x50_powered.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_120x50_powered_shadow.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_88x31_built.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_88x31_built_shadow.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_88x31_powered.png [new file with mode: 0644]
t/TestApp/root/static/images/btn_88x31_powered_shadow.png [new file with mode: 0644]
t/TestApp/root/static/images/catalyst_logo.png [new file with mode: 0644]
t/TestApp/script/testapp_cgi.pl [new file with mode: 0755]
t/TestApp/script/testapp_create.pl [new file with mode: 0755]
t/TestApp/script/testapp_fastcgi.pl [new file with mode: 0755]
t/TestApp/script/testapp_server.pl [new file with mode: 0755]
t/TestApp/script/testapp_test.pl [new file with mode: 0755]
t/TestApp/t/01app.t [new file with mode: 0644]
t/TestApp/t/02pod.t [new file with mode: 0644]
t/TestApp/t/03podcoverage.t [new file with mode: 0644]
t/TestApp/testapp.conf [new file with mode: 0644]
t/start_fcgi.t [new file with mode: 0644]