generate app for live tests manually rather than using Catalyst::Devel
authorGraham Knop <haarg@haarg.org>
Fri, 19 Jun 2020 19:39:31 +0000 (21:39 +0200)
committerGraham Knop <haarg@haarg.org>
Fri, 19 Jun 2020 21:49:53 +0000 (23:49 +0200)
commit8ae46e9876d7f0285d7a71eb3669a593a26ef4bb
tree18b8017e54bc7e7c24c5e5d8cfed288bed091c01
parentf3d2ec61cac867693834d3093c9dff7891e3e3f5
generate app for live tests manually rather than using Catalyst::Devel

Most of the files generated by Catalyst::Devel aren't needed, so it's
trivial to replace.  This avoids a circular dependency for developers.
Makefile.PL
t/lib/MakeTestApp.pm [new file with mode: 0644]
t/optional_apache-cgi-rewrite.pl
t/optional_apache-cgi.pl
t/optional_apache-fastcgi-non-root.pl
t/optional_apache-fastcgi.pl
t/optional_http-server-restart.t
t/optional_lighttpd-fastcgi-non-root.t
t/optional_lighttpd-fastcgi.t
xt/author/http-server.t