From: Andy Grundman Date: Tue, 14 Oct 2008 15:52:36 +0000 (+0000) Subject: Fix typo X-Git-Tag: 5.8000_03~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f7174b10f4947f055cabceef2c7c888ba94e5899;hp=3efafed1091ee19b05cefa82e4e7d4a574e0e135 Fix typo --- diff --git a/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm b/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm index da5b24f..9ab30b8 100644 --- a/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm +++ b/lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm @@ -11,7 +11,7 @@ has regex => (is => 'rw'); 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;