Subject: | Warnings about changed interface to super() |
Moose 2.0800 and newer warn when you pass arguments to super. So now there's a warning message:
Arguments passed to super() are ignored at /usr/share/perl5/POE/Component/DirWatch/Object/NewFile.pm line 20.
which adds a girnormous number of lines to logs.
It's easy to fix by removing the arguments.
I have a git repo with the fix at https://github.com/robrwo/POE-Component-DirWatch-Object