about summary refs log tree commit homepage
path: root/examples
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 /examples
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/lib/.gitignore3
1 files changed, 3 insertions, 0 deletions
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