From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CC77A1F463 for ; Thu, 2 Jan 2020 20:09:39 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] examples: add empty "lib" dir to placate plackup Date: Thu, 2 Jan 2020 20:09:39 +0000 Message-Id: <20200102200939.2326-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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