[Bps-public-commit] rt-extension-repeatticket branch, rt5, updated. 1.11-8-ged3bd7d

? sunnavy sunnavy at bestpractical.com
Wed Jul 15 14:28:35 EDT 2020


The branch, rt5 has been updated
       via  ed3bd7dfdde7294d6717a3dea4ef54096f2ffd94 (commit)
      from  ff2bcd258ea7eaab2ea0fe7a9494837f089c1f7a (commit)

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

- Log -----------------------------------------------------------------
commit ed3bd7dfdde7294d6717a3dea4ef54096f2ffd94
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Jul 16 02:27:00 2020 +0800

    Add "." to @INC for perl 5.26+

diff --git a/Makefile.PL b/Makefile.PL
index d5b397d..f6685ee 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 RTx('RT-Extension-RepeatTicket');
 

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


More information about the Bps-public-commit mailing list