Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 40081
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: dmaki [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 5.8000_02
Fixed in: (no value)



Catalyst::Engine::HTTP::Restarter::Watcher line 14 says has follow_simlinks => (is => 'rw'); but this should be has follow_symlinks => (is => 'rw'); This is causing the restarter to not load, generating the following error: [info] MyApp powered by Catalyst 5.8000_02 Can't locate object method "follow_symlinks" via package "Catalyst::Engine::HTTP::Restarter::Watcher" at /usr/local/lib/perl5/site_perl/5.8.8/Catalyst/Engine/HTTP/Restarter/Watcher.pm line 119.
apparently I'd been beaten to it. waiting for the next release :)