Subject: | Catalyst::Manual::Intro#Testing could mention PSGI |
https://metacpan.org/module/HKCLARK/Catalyst-Manual-5.9002/lib/Catalyst/Manual/Intro.pod#Testing
"Catalyst has a built-in http server for testing or local deployment.
(Later, you can easily use a more powerful server, for example
Apache/mod_perl or FastCGI, in a production environment.)"
If you're mentioning mod_perl and FastCGI as examples, presumably this
would now want to be updated to mention PSGI.
I'm new to Catalyst, but I'm wondering something like.
"Catalyst has a built-in http server for testing or local deployment.
(Later, you can easily use a more powerful server. Starting from version
5.90001, Catalyst provides PSGI, so can be used with many different web
serving environments, in a production environment.)"