Fix Pod typo (RT#57362)
Tomas Doran [Sat, 22 May 2010 11:41:35 +0000 (12:41 +0100)]
Changes
lib/Catalyst/Restarter.pm

diff --git a/Changes b/Changes
index 51fe28b..02f6532 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - Fix link in the Pod for Catalyst::Restarter (RT#57362)
         - Fix the pod-coverage version required by the generated app tests.
         - Fix the restarter to only act upon file events (and ergo ignore
           the creation of empty directories).
index d5b9b55..c08517a 100644 (file)
@@ -202,7 +202,7 @@ the child, forks again, and starts a new server.
 
 =head1 SEE ALSO
 
-L<Catalyst>, <File::ChangeNotify>
+L<Catalyst>, L<File::ChangeNotify>
 
 =head1 AUTHORS