From: André Walker Date: Fri, 20 Jul 2012 05:15:03 +0000 (-0300) Subject: added docs for missing sub-routines X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6c6ada816ab56f6f07e2b515ce8073ca4029a64a added docs for missing sub-routines --- diff --git a/lib/Catalyst/IOC/Container.pm b/lib/Catalyst/IOC/Container.pm index f8a9e97..535be3c 100644 --- a/lib/Catalyst/IOC/Container.pm +++ b/lib/Catalyst/IOC/Container.pm @@ -805,6 +805,17 @@ Same as L, but for controllers. Name of the application (such as MyApp). +=head2 build_home_service + +The application home directory. All the files (including classes, scripts, etc) +created for this application are in this directory, or in a sub-directory below +this one. + +=head2 build_root_dir_service + +Inside the application home (as explained in L), there is +a root directory. This is where all templates and static files are. + =head2 build_driver_service Config options passed directly to the driver being used.