[Rt-commit] rtir branch, 4.0.1/5.26-compat,	created. 4.0.1rc1-2-gf3a30ac
    Shawn Moore 
    shawn at bestpractical.com
       
    Tue Sep 19 10:19:10 EDT 2017
    
    
  
The branch, 4.0.1/5.26-compat has been created
        at  f3a30aca8dc15ad93a3312c87489ea6a76278c2e (commit)
- Log -----------------------------------------------------------------
commit f3a30aca8dc15ad93a3312c87489ea6a76278c2e
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Sep 19 14:18:40 2017 +0000
    Add . to @INC in Makefile.PL
    
    This avoids "Can't locate inc/Module/Install.pm in @INC" errors on Perl
    5.26
diff --git a/Makefile.PL b/Makefile.PL
index 0b05cc6..8e8d271 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+BEGIN { push @INC, '.' }
 use inc::Module::Install;
 
 RTx('RT-IR', { no_readme_generation => 1, remove_files => 1 });
-----------------------------------------------------------------------
    
    
More information about the rt-commit
mailing list