Fix pod typo (RT #47434)
Brian Cassidy [Mon, 3 May 2010 13:24:19 +0000 (13:24 +0000)]
Changes
lib/Catalyst/Plugin/Scheduler.pm

diff --git a/Changes b/Changes
index f6adff2..704f960 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for Perl extension Catalyst::Plugin::Scheduler
 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)
index 427ebb9..e7a3974 100644 (file)
@@ -644,7 +644,7 @@ configuration option L</hosts_allow>.
 
 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>.