Is it recommended developing Plack applications (middlewares) with perl's taint mode?
If yes, how to start plackup and/or Starman in tainted mode? In the simple CGI script that was easily done with the shebang line.
Will perl -T /path/to/{plackup|starman}
do the job? Or here is any recommended way? Or it is not recommended?
Any ideas, pointers, articles about the combination Plack+Taint mode?