]> Sergey Matveev's repositories - public-inbox.git/commitdiff
examples: add empty "lib" dir to placate plackup
authorEric Wong <e@80x24.org>
Thu, 2 Jan 2020 20:09:39 +0000 (20:09 +0000)
committerEric Wong <e@80x24.org>
Fri, 3 Jan 2020 02:29:02 +0000 (02:29 +0000)
This is necessary for Filesys::Notify::Simple 0.13 using
Linux::Inotify2, since 0.13 started croaking on
inotify_add_watch failures.

MANIFEST
examples/lib/.gitignore [new file with mode: 0644]

index 7e4d7dc44d273315657afc54ada6500ef9b1895f..4d922f97b39d5bc95080819be69f73ab194a0b52 100644 (file)
--- 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/cgit.psgi
 examples/grok-pull.post_update_hook.sh
 examples/highlight.psgi
+examples/lib/.gitignore
 examples/logrotate.conf
 examples/newswww.psgi
 examples/nginx_proxy
 examples/logrotate.conf
 examples/newswww.psgi
 examples/nginx_proxy
diff --git a/examples/lib/.gitignore b/examples/lib/.gitignore
new file mode 100644 (file)
index 0000000..3d27cee
--- /dev/null
@@ -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