[Bps-public-commit] HTTP-Server-Simple branch, master, updated. 0.50-7-g1a45c8e

Jim Brandt jbrandt at bestpractical.com
Fri Mar 31 10:41:45 EDT 2017


The branch, master has been updated
       via  1a45c8e4038d483c29d38c518aebf32b12cf33bc (commit)
      from  8f87256f960911ed8e882f4ac457beb4032f6b45 (commit)

Summary of changes:
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 1a45c8e4038d483c29d38c518aebf32b12cf33bc
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 31 10:41:14 2017 -0400

    Add . to lib for perl 5.25.11 compatibility

diff --git a/Makefile.PL b/Makefile.PL
index 8fd5c9b..27c0103 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 
 all_from('lib/HTTP/Server/Simple.pm');

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list