[Bps-public-commit] RT-Extension-CustomFieldsOnUpdate branch, master, updated. 1.03-1-ge3e12df

? sunnavy sunnavy at bestpractical.com
Tue Feb 2 18:24:23 EST 2021


The branch, master has been updated
       via  e3e12dfe7f4e3caf4b204d7207a417906bf324ba (commit)
      from  69ed2159a32d4adb16a1c97c4e9781fb74b9afc7 (commit)

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

- Log -----------------------------------------------------------------
commit e3e12dfe7f4e3caf4b204d7207a417906bf324ba
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Feb 3 07:22:22 2021 +0800

    Add "." to @INC for perl 5.26+

diff --git a/Makefile.PL b/Makefile.PL
index 9ab09ab..0abadf4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 
 RTx         'RT-Extension-CustomFieldsOnUpdate';

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


More information about the Bps-public-commit mailing list