Changes for version 0.23_10 - 2013-09-30
- EXPERIMENTAL DEVELOPERS RELEASE
- Attempts to convert from Moose to Moo for our OO infrastructure. We don't need much of Moose's power, so let's take advantage of Moo's speed.
- Adds version requirements to the prereqs. Earlier version of some of the prereq seemed to produce an unstable result. Current versions seem fine.
- Fixes Changes file to adhere to CPAN::Changes spec
- Replaces namespace::autoclean with namespace::sweep as namespace::autoclean relies on Class::MOP
Modules
An AnyEvent compatible module to monitor files/directories for changes
Object to report changes in the monitored filesystem
Use Mac::FSEvents to watch for changed files
Fallback method of file watching (check in regular intervals)
Use Linux::Inotify2 to watch for changed files
Use IO::KQueue to watch for changed files