Subject: | Typo "ias" instead of "isa" |
There is a typo in File/ChangeNotify/Watcher.pm
the attribute "event_class" uses "ias" instead of "isa", this causes
warnings with Moose 0.85.
Show quoted text
> has event_class => (
> is => 'ro',
> ias => 'ClassName',
> default => 'File::ChangeNotify::Event',
> );