Skip Menu |

This queue is for tickets about the File-ChangeNotify CPAN distribution.

Report information
The Basics
Id: 47431
Status: resolved
Priority: 0/
Queue: File-ChangeNotify

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
perl [...] david-raab.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: 0.07



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', > );
Subject: typo
(13:08:55) Sadrak|work: Moose::has('event_class', 'is', 'ro', 'ias', 'ClassName', 'default', 'File::ChangeNotify::Event') called at /home/xxx/perl5lib/lib/site_perl/5.10.0/File/ChangeNotify/Watcher.pm line 44 (13:09:02) Sadrak|work: ias? should be isa or? (13:09:07) mst: should be isa.