[Catalyst-commits] r6336 - trunk/Catalyst-Controller-PathArgs/lib/Catalyst/Controller

zby at dev.catalyst.perl.org zby at dev.catalyst.perl.org
Sat Apr 28 19:37:27 GMT 2007


Author: zby
Date: 2007-04-28 19:37:24 +0100 (Sat, 28 Apr 2007)
New Revision: 6336

Modified:
   trunk/Catalyst-Controller-PathArgs/lib/Catalyst/Controller/PathArgs.pm
Log:
Limitations added.


Modified: trunk/Catalyst-Controller-PathArgs/lib/Catalyst/Controller/PathArgs.pm
===================================================================
--- trunk/Catalyst-Controller-PathArgs/lib/Catalyst/Controller/PathArgs.pm	2007-04-28 16:57:06 UTC (rev 6335)
+++ trunk/Catalyst-Controller-PathArgs/lib/Catalyst/Controller/PathArgs.pm	2007-04-28 18:37:24 UTC (rev 6336)
@@ -98,6 +98,16 @@
 This is the overriden method from Catalyst::Controller used here to compute the
 new attributes. 
 
+=head1 LIMITATIONS
+
+Using this module forces you to have a directory structure of the modules
+similar to the external paths that you want to serve.  For example to serve the
+external path of '/book/$book_id/edition/$edition_id/view' you need to have a
+module 'Book/Edition.pm'. If you want to build your modules directory structure
+completely independently from the path served you need the full power of
+L<Catalyst::DispatchType::Chained>.
+
+
 =head1 BUGS
 
 




More information about the Catalyst-commits mailing list