forked from miyagawa/Filesys-Notify-Simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
26 lines (18 loc) · 853 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Revision history for Perl extension Filesys::Notify::Simple
0.08 Mon Sep 26 18:40:06 PDT 2011
- Added KQueue support for FreeBSD
0.07 Thu Jan 13 11:32:09 PST 2011
- Don't die when there's a symlink poiting to something already processed (clkao)
0.06 Mon Mar 29 17:21:58 PDT 2010
- Fixed it so ->wait won't die if one of the given directory doesn't exist, on platforms
like Win32.
0.05 Sun Nov 29 14:42:13 JST 2009
- Fixed fails with Win32 (charsbar++)
0.04 Fri Oct 23 23:16:13 PDT 2009
- Upgrade Test::SharedFork in inc/
0.03 Fri Oct 23 01:21:13 PDT 2009
- Fixed a bug where sub directory is not being monitored with Inotify2 (Thanks to kazeburo)
0.02 Thu Oct 22 13:25:18 PDT 2009
- Added Test::SharedFork to inc/
0.01 Wed Oct 21 01:42:58 2009
- original version