summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2012-12-21 16:18:49 +0000
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2012-12-21 16:18:49 +0000
commit538be9e0749cb6b93f34aeeea68355ccd7e01f43 (patch)
treeff7e98b8cf72e5ce122f04931e87d92b623a5020
parent4a7cddfb445cc1e1399ae68bedb2b626a730731a (diff)
v0.07
- Use find(1) again instead of File::Find::Rule, it's noticably faster and there's no point in this module being non-POSIX postable since it relies on a Linux-specific facility.
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index b85c3be..7ed8bc9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for App::Inotify::Hookable
{{$NEXT}}
+0.07 2012-12-21 16:18:36
+
- Use find(1) again instead of File::Find::Rule, it's noticably
faster and there's no point in this module being non-POSIX
postable since it relies on a Linux-specific facility.