user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] examples: add empty "lib" dir to placate plackup
@ 2020-01-02 20:09 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-01-02 20:09 UTC (permalink / raw)
  To: meta

This is necessary for Filesys::Notify::Simple 0.13 using
Linux::Inotify2, since 0.13 started croaking on
inotify_add_watch failures.
---
 examples/lib/.gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 examples/lib/.gitignore

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-02 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02 20:09 [PATCH] examples: add empty "lib" dir to placate plackup Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).