[Catalyst-commits] r10258 - Catalyst-Runtime/5.80/trunk/lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat May 23 21:11:22 GMT 2009


Author: t0m
Date: 2009-05-23 21:11:22 +0000 (Sat, 23 May 2009)
New Revision: 10258

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Make documentation crystal clear

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-05-23 21:05:13 UTC (rev 10257)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-05-23 21:11:22 UTC (rev 10258)
@@ -904,7 +904,9 @@
 =head2 $c->path_to(@path)
 
 Merges C<@path> with C<< $c->config->{home} >> and returns a
-L<Path::Class::Dir> object.
+L<Path::Class::Dir> object. Note you can usually use this object as
+a filename, but sometimes you will have to explicitly stringify it
+yourself by calling the C<<->stringify>> method.
 
 For example:
 




More information about the Catalyst-commits mailing list