From: Tomas Doran Date: Sat, 22 Oct 2011 00:32:00 +0000 (-0700) Subject: Changelog the branch I just merged X-Git-Tag: 5.90005~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cf49ace49fa91fcd4d036fba31a593ffe0b0b383 Changelog the branch I just merged --- diff --git a/Changes b/Changes index 5e6e996..f4817ee 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,15 @@ easier for the application code to not have to differentiate between the two. + - Catalyst::ScriptRunner has been enhanced so that it will now + load and apply traits, making it easier to customise. + - MyApp::TraitFor::Script (if it exists) will be applied to all + scripts in the application. + - MyApp::TraitFor::Script::XXXX will be applied to the relevant script + (for example MyApp::TraitFor::Script::Server will be applied to + MyApp::Script::Server if it exists, or Catalyst::Script::Server + otherwise). + Documentation: - Document how to get the vhost of the request in $c->req->hostname