[Catalyst-commits] r11698 - in Catalyst-View-TD/trunk/lib/Catalyst: Helper Helper/View View

theory at dev.catalyst.perl.org theory at dev.catalyst.perl.org
Fri Oct 30 18:13:58 GMT 2009


Author: theory
Date: 2009-10-30 18:13:57 +0000 (Fri, 30 Oct 2009)
New Revision: 11698

Modified:
   Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm
   Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm
   Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm
Log:
Coupla doc tweaks.

Modified: Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm
===================================================================
--- Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm	2009-10-30 18:03:14 UTC (rev 11697)
+++ Catalyst-View-TD/trunk/lib/Catalyst/Helper/TDClass.pm	2009-10-30 18:13:57 UTC (rev 11698)
@@ -8,7 +8,7 @@
 
 =head1 Synopsis
 
-    myapp_create.pl TDClass HTML
+    ./script/myapp_create.pl TDClass HTML
 
 =head1 Description
 

Modified: Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm
===================================================================
--- Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm	2009-10-30 18:03:14 UTC (rev 11697)
+++ Catalyst-View-TD/trunk/lib/Catalyst/Helper/View/TD.pm	2009-10-30 18:13:57 UTC (rev 11698)
@@ -8,7 +8,7 @@
 
 =head1 Synopsis
 
-    myapp_create.pl view HTML TD
+    ./script/myapp_create.pl view HTML TD
 
 =head1 Description
 

Modified: Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm
===================================================================
--- Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm	2009-10-30 18:03:14 UTC (rev 11697)
+++ Catalyst-View-TD/trunk/lib/Catalyst/View/TD.pm	2009-10-30 18:13:57 UTC (rev 11698)
@@ -514,7 +514,8 @@
 Template classes are automatically subclasses of Template::Declare::Catalyst,
 which is itself a subclass of L<Template::Declare|Template::Declare>.
 Template::Declare::Catalyst provides a few extra accessors for use in your
-templates:
+templates (though note that they will return C<undef> if you call C<render()>
+without a context object):
 
 =over
 




More information about the Catalyst-commits mailing list