[Rt-commit] rtir branch, 4.0.1/5.26-compat, updated. 4.0.1rc1-3-g7d27edf

Shawn Moore shawn at bestpractical.com
Tue Sep 19 12:02:55 EDT 2017


The branch, 4.0.1/5.26-compat has been updated
       via  7d27edf4eea812e43e2f41591118c6afbf0b4062 (commit)
      from  f3a30aca8dc15ad93a3312c87489ea6a76278c2e (commit)

Summary of changes:
 META.yml                          | 2 +-
 inc/Module/Install/RTx.pm         | 2 +-
 inc/Module/Install/RTx/Runtime.pm | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 7d27edf4eea812e43e2f41591118c6afbf0b4062
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Sep 19 14:44:09 2017 +0000

    Bump to Module::Install::RTx 0.40 for Perl 5.26 compat
    
    This adds . to @INC for "make initdb" to help Perl 5.26 load
    etc/initialdata
    
    Fixes: I#33021

diff --git a/META.yml b/META.yml
index 9be33ba..1241ad8 100644
--- a/META.yml
+++ b/META.yml
@@ -33,6 +33,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: 4.0.1rc1
-x_module_install_rtx_version: '0.38'
+x_module_install_rtx_version: '0.40'
 x_requires_rt: 4.4.1
 x_rt_too_new: 4.6.0
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index d1fb047..7cad529 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -8,7 +8,7 @@ no warnings 'once';
 
 use Module::Install::Base;
 use base 'Module::Install::Base';
-our $VERSION = '0.38';
+our $VERSION = '0.40';
 
 use FindBin;
 use File::Glob     ();
diff --git a/inc/Module/Install/RTx/Runtime.pm b/inc/Module/Install/RTx/Runtime.pm
index 937949f..ae07502 100644
--- a/inc/Module/Install/RTx/Runtime.pm
+++ b/inc/Module/Install/RTx/Runtime.pm
@@ -33,6 +33,7 @@ sub RTxDatabase {
 
     my $lib_path = File::Basename::dirname($INC{'RT.pm'});
     my @args = (
+        "-I.",
         "-Ilib",
         "-I$RT::LocalLibPath",
         "-I$lib_path",

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


More information about the rt-commit mailing list