update distar url
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ScriptRunner.pm
2018-04-13 Graham Knop drop namespace::autoclean
2012-03-02 Nigel Metheringham Fixed up uses of catdir being used to return a file...
2012-03-01 Tomas Doran Simplify loading madness back to what I was originally...
2012-02-16 Tomas Doran Tests and fixes for conditional inclusion
2012-02-06 Tomas Doran Only include the lib directory when we detect a Makefil...
2011-10-24 Tomas Doran Bug fix for require dieing as make_immutable doesn...
2011-10-22 Tomas Doran Do not fail pod coverage
2011-10-22 Tomas Doran Speling fix
2011-10-21 Alexander Hartmaier fixed spelling errors
2011-10-21 Tomas Doran Docs
2011-10-21 Tomas Doran Get Class::Load to do this for us
2011-10-21 Florian Ragwitz Implement automatic role loading for script classes.
2011-07-29 Alexander Hartmaier fixed spelling errors
2011-05-03 Tomas Doran Pass extra args from ScriptRunner->run to ->new_with_op...
2009-11-25 Tomas Doran Fix big bug in test
2009-11-25 Tomas Doran Fix warnings from ScriptRunner
2009-11-20 Tomas Doran Pass Pod coverage
2009-09-05 Tomas Doran More POD
2009-09-05 Tomas Doran Make ScriptRunner include the lib path.
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-08-04 Devin Austin removed MooseX::App::CMD* stuff from ScriptRunner
2009-08-04 Devin Austin removed MooseX::Command::* stuff for now
2009-06-28 Tomas Doran Kind of, sort of make the server work, except it doesn't
2009-06-26 Devin Austin updated so that if their class doesn't load, we use...
2009-06-25 Devin Austin added a test application to get the new scripts working
2009-06-24 Devin Austin initial ScriptRunner checkin