X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FScriptRunner.pm;fp=lib%2FCatalyst%2FScriptRunner.pm;h=1e8c572a5b5d771673aaa2bab100506e14324c33;hp=1e9626ea249215f2eb4abf4641214058b157787b;hb=ff7f204903d36bf06f798497497118001623d0e2;hpb=cf49ace49fa91fcd4d036fba31a593ffe0b0b383 diff --git a/lib/Catalyst/ScriptRunner.pm b/lib/Catalyst/ScriptRunner.pm index 1e9626e..1e8c572 100644 --- a/lib/Catalyst/ScriptRunner.pm +++ b/lib/Catalyst/ScriptRunner.pm @@ -61,7 +61,8 @@ Catalyst::ScriptRunner - The Catalyst Framework script runner =head1 DESCRIPTION -This class is responsible for loading and running scripts, either in the application specific namespace +This class is responsible for loading and running scripts, either in the +application specific namespace (e.g. C), or the Catalyst namespace (e.g. C). If your application contains a custom script, then it will be used in preference to the generic @@ -69,7 +70,8 @@ script, and is expected to sub-class the standard script. =head1 TRAIT LOADING -Catalyst will automatically load and apply roles to the scripts in your appliction. +Catalyst will automatically load and apply roles to the scripts in your +application. C will be loaded if present, and will be applied to B scripts.