about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-01-02 20:09:39 +0000
committerEric Wong <e@80x24.org>2020-01-03 02:29:02 +0000
commit2f3a39b6a37a91a73368ac6af513b3b7a851c8ff (patch)
treec7dd1d6ca0c6acd6b564650dbb2ef477e3dc388e
parent1988d730c0088e8b1f6193650c7ee929df8a2ed7 (diff)
downloadpublic-inbox-2f3a39b6a37a91a73368ac6af513b3b7a851c8ff.tar.gz
This is necessary for Filesys::Notify::Simple 0.13 using
Linux::Inotify2, since 0.13 started croaking on
inotify_add_watch failures.
-rw-r--r--MANIFEST1
-rw-r--r--examples/lib/.gitignore3
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 7e4d7dc4..4d922f97 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -63,6 +63,7 @@ examples/cgit-wwwhighlight-filter.lua
 examples/cgit.psgi
 examples/grok-pull.post_update_hook.sh
 examples/highlight.psgi
+examples/lib/.gitignore
 examples/logrotate.conf
 examples/newswww.psgi
 examples/nginx_proxy
diff --git a/examples/lib/.gitignore b/examples/lib/.gitignore
new file mode 100644
index 00000000..3d27cee6
--- /dev/null
+++ b/examples/lib/.gitignore
@@ -0,0 +1,3 @@
+# empty directory to placate newer versions of plackup -r/--reload
+# (or dependent modules) which fail on missing "lib" directory
+# relative to the .psgi file being run