[Bps-public-commit] rt-extension-formtools branch master updated. 1.08-1-g54bb389

BPS Git Server git at git.bestpractical.com
Tue Mar 19 17:01:42 UTC 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-formtools".

The branch, master has been updated
       via  54bb389bb48c8c0144732dfe3704ffb476303abc (commit)
      from  353d498934591244f369a8df01227d1e3e922f33 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54bb389bb48c8c0144732dfe3704ffb476303abc
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Mar 19 13:01:34 2024 -0400

    Add dot to @INC for perl 5.26+

diff --git a/Makefile.PL b/Makefile.PL
index ed71e84..093c2c3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 RTx('RT-Extension-FormTools');
 requires_rt('5.0.0');

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

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


hooks/post-receive
-- 
rt-extension-formtools


More information about the Bps-public-commit mailing list