drop namespace::autoclean
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / FastCGI.pm
2018-04-13 Graham Knop drop namespace::autoclean
2012-11-12 Tomas Doran Remove MX::Types
2011-10-25 Tomas Doran Store the script options in the engine.
2011-10-24 Tomas Doran Bug fix for require dieing as make_immutable doesn...
2011-10-21 Tomas Doran Docs
2011-07-25 Andrew Rodland Pass options into Handler::FastCGI under preferred...
2011-01-24 Andrew Rodland Beat the args handling in Script::FastCGI into working...
2010-12-05 Florian Ragwitz Merge remote branch 'svn/trunk' into psgi
2010-12-05 Tomas Doran Rename --title to --proc_title as that makes more sense...
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-03 Eskild Hustvedt Added a --title parameter to fastcgi script, sets proce...
2010-01-14 Florian Ragwitz Fix the fcgi script tests.
2010-01-14 Florian Ragwitz Merge branch 'master' into psgi
2010-01-12 Tomas Doran Do the right thing with FCGI args, the hostname and...
2010-01-11 Tomas Doran Move everything back out into the scriptrole, allow...
2010-01-09 Tomas Doran Don't screw over people using --detach, <sigh>
2009-12-15 Tomas Doran Bug fix for issue reported on the mailing list by Toby...
2009-12-11 Tomas Doran Unfuck that as well
2009-11-29 Florian Ragwitz Tidy things up a little and fix pod usage.
2009-11-26 Tomas Doran Tidy up help and TODO tests
2009-11-23 Tomas Doran And do that in a way which actually works
2009-11-23 Tomas Doran Chomp trailing space
2009-11-23 Tomas Doran Fix duplicate short options issue
2009-11-18 Tomas Doran Beat somewhat into shape by comparing the old and new...
2009-09-05 Tomas Doran Default run methods not required, can be provided by...
2009-09-05 Tomas Doran Fix FastCGI script
2009-09-05 Tomas Doran Fix passing correct key, re-add getopt trait as this...
2009-09-02 Tomas Doran Factor stuff out into a script role, clean up all the...
2009-07-17 Devin Austin added MX::Types::Moose, cleaned up moar
2009-07-17 Devin Austin added MX::Types::Moose
2009-07-17 Devin Austin added documentation
2009-07-17 Devin Austin cleaned up
2009-07-17 Devin Austin removed -except => qw[meta]
2009-07-11 Tomas Doran Strip trailing spaces
2009-07-04 Devin Austin added namespace::autoclean to all the helper classes
2009-06-25 Devin Austin fixed server start
2009-06-25 Devin Austin added a test application to get the new scripts working
2009-06-24 Devin Austin initial script commit