[Catalyst-commits] r8527 -
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP/Restarter
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Tue Oct 14 16:52:36 BST 2008
Author: andyg
Date: 2008-10-14 16:52:36 +0100 (Tue, 14 Oct 2008)
New Revision: 8527
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm
Log:
Fix typo
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm 2008-10-14 12:14:12 UTC (rev 8526)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm 2008-10-14 15:52:36 UTC (rev 8527)
@@ -11,7 +11,7 @@
has modified => (is => 'rw');
has directory => (is => 'rw');
has watch_list => (is => 'rw');
-has follow_simlinks => (is => 'rw');
+has follow_symlinks => (is => 'rw');
no Moose;
More information about the Catalyst-commits
mailing list