[Bps-public-commit] rt-extension-helpdesk branch, master, updated. 7555aa75bae755e2f3f97c337bcb5e114dc683f0

? sunnavy sunnavy at bestpractical.com
Fri Apr 2 14:31:34 EDT 2021


The branch, master has been updated
       via  7555aa75bae755e2f3f97c337bcb5e114dc683f0 (commit)
      from  960cbf4f3b8cb92dc9b50da64c8df1b92b1b2883 (commit)

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

- Log -----------------------------------------------------------------
commit 7555aa75bae755e2f3f97c337bcb5e114dc683f0
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Apr 3 02:30:52 2021 +0800

    Add "." to @INC before "use inc::Module::Install"
    
    As "use inc::Module::Install" needs it

diff --git a/Makefile.PL b/Makefile.PL
index 987535c..23762c2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
-use inc::Module::Install;
 use lib '.';
+use inc::Module::Install;
 
 RTx     'RT-Extension-HelpDesk';
 license 'gpl_2';

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


More information about the Bps-public-commit mailing list