AnyEvent-Filesys-Notify
view release on metacpan or search on metacpan
requires => {
'perl' => '5.006',
'Moo' => '1.003001',
'MooX::late' => '0.014',
'MooX::Types::MooseLike::Base' => '0.25',
'AnyEvent' => '7.05',
'Path::Iterator::Rule' => '1.005',
'Cwd' => '3.40',
'Carp' => '1.20',
'Try::Tiny' => '0.18',
'namespace::autoclean' => '0.24',
( $^O eq 'linux' ? ( 'Linux::Inotify2' => '1.22' ) : () ),
( $^O eq 'darwin' ? ( 'Mac::FSEvents' => '0.10' ) : () ),
( $^O =~ /bsd/ ? ( 'IO::KQueue' => '0.34' ) : () ),
},
build_requires => {
'Test::More' => 0.87,
'Test::Exception' => 0,
'Test::Without::Module' => 0,
'File::Find' => 0,
1.10 - Tue Dec 10 11:42:06 EST 2013
- If the parse_events flag is set, use events from Inotify2 instead of
rescanning all files (RT#82847). Thanks to Carsten Wolff
<carsten@wolffcarsten.de> for the patch.
- Generates 'created' events for files in a new subdirs when parsing events.
This ensures that we don't miss any.
- Refactors the test routines to improve reliability and increase code
reuse.
0.24 - Fri Oct 4 11:44:42 EDT 2013
- Makes an official release of after converting to Moo. CPANTesters didn't
seem to have any issues with the conversion. Hopefully this change will
be seemless for users.
0.23_10 - Mon Sep 30 20:06:50 EDT 2013
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
"requires" : {
"AnyEvent" : "7.05",
"Carp" : "1.20",
"Cwd" : "3.40",
"Mac::FSEvents" : "0.10",
"Moo" : "1.003001",
"MooX::Types::MooseLike::Base" : "0.25",
"MooX::late" : "0.014",
"Path::Iterator::Rule" : "1.005",
"Try::Tiny" : "0.18",
"namespace::autoclean" : "0.24",
"perl" : "5.006"
}
}
},
"provides" : {
"AnyEvent::Filesys::Notify" : {
"file" : "lib/AnyEvent/Filesys/Notify.pm",
"version" : "1.23"
},
"AnyEvent::Filesys::Notify::Event" : {
requires:
AnyEvent: '7.05'
Carp: '1.20'
Cwd: '3.40'
Mac::FSEvents: '0.10'
Moo: '1.003001'
MooX::Types::MooseLike::Base: '0.25'
MooX::late: '0.014'
Path::Iterator::Rule: '1.005'
Try::Tiny: '0.18'
namespace::autoclean: '0.24'
perl: '5.006'
resources:
bugtracker: http://github.com/mvgrimes/AnyEvent-Filesys-Notify/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/mvgrimes/AnyEvent-Filesys-Notify
version: '1.23'
x_contributors:
- 'Gasol Wu E<lt>gasol.wu@gmail.comE<gt> who contributed the BSD support for IO::KQueue'
- 'Dave Hayes E<lt>dave@jetcafe.orgE<gt>'
- 'Carsten Wolff E<lt>carsten@wolffcarsten.deE<gt>'
( run in 0.800 second using v1.01-cache-2.11-cpan-7add2cbd662 )