[Catalyst-commits] r13203 - in trunk/Catalyst-Plugin-Scheduler: . lib/Catalyst/Plugin

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Mon May 3 13:24:19 GMT 2010


Author: bricas
Date: 2010-05-03 14:24:19 +0100 (Mon, 03 May 2010)
New Revision: 13203

Modified:
   trunk/Catalyst-Plugin-Scheduler/Changes
   trunk/Catalyst-Plugin-Scheduler/lib/Catalyst/Plugin/Scheduler.pm
Log:
Fix pod typo (RT #47434)

Modified: trunk/Catalyst-Plugin-Scheduler/Changes
===================================================================
--- trunk/Catalyst-Plugin-Scheduler/Changes	2010-05-03 13:11:33 UTC (rev 13202)
+++ trunk/Catalyst-Plugin-Scheduler/Changes	2010-05-03 13:24:19 UTC (rev 13203)
@@ -3,6 +3,7 @@
 0.10    TO BE RELEASED
         - Fix warnings in test suite (BRICAS)
         - Switch to Module::Install (BRICAS)
+        - Fix pod typo (RT #47434)
 
 0.09    2009-05-07 09:15:00
         - Change from NEXT to MRO::Compat. (agladdish)

Modified: trunk/Catalyst-Plugin-Scheduler/lib/Catalyst/Plugin/Scheduler.pm
===================================================================
--- trunk/Catalyst-Plugin-Scheduler/lib/Catalyst/Plugin/Scheduler.pm	2010-05-03 13:11:33 UTC (rev 13202)
+++ trunk/Catalyst-Plugin-Scheduler/lib/Catalyst/Plugin/Scheduler.pm	2010-05-03 13:24:19 UTC (rev 13203)
@@ -644,7 +644,7 @@
 
 As an alternative to using the schedule() method, you may define scheduled
 events in an external YAML file.  By default, the plugin looks for the
-existence of a file called C<schedule.yml> in your application's home
+existence of a file called C<scheduler.yml> in your application's home
 directory.  You can change the filename using the configuration option
 L</yaml_file>.
 




More information about the Catalyst-commits mailing list