From 2f3a39b6a37a91a73368ac6af513b3b7a851c8ff Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 2 Jan 2020 20:09:39 +0000 Subject: examples: add empty "lib" dir to placate plackup 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 (limited to 'examples') 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 -- cgit v1.2.3-24-ge0c7