[Catalyst-commits] r6924 - trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Wed Sep 19 19:39:18 GMT 2007


Author: jshirley
Date: 2007-09-19 19:39:17 +0100 (Wed, 19 Sep 2007)
New Revision: 6924

Modified:
   trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm
Log:
Pod revision

Modified: trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm	2007-09-19 17:02:00 UTC (rev 6923)
+++ trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm	2007-09-19 18:39:17 UTC (rev 6924)
@@ -54,6 +54,9 @@
 program exit.  It is then passed to  L<Catalyst::Plugin::ConfigLoader> for 
 actual configuration loading and processing.
 
+This method uses File::Temp to create a temporary directory that is deleted
+on program exit.  All the files are downloaded to that temporary directory.
+
 =cut
 
 sub find_files {




More information about the Catalyst-commits mailing list