[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.39-6-g725306c

? sunnavy sunnavy at bestpractical.com
Fri Mar 2 15:06:03 EST 2018


The branch, master has been updated
       via  725306c6df9a05b2be83e26f63b548cb3fb92482 (commit)
       via  f4901103b5dfcd836b8361c8221099d895d4828c (commit)
       via  7460100aa38c4f168688adafaa91aedcb3c0f7a8 (commit)
       via  2124b6187ce74796532c3ad5c3f7d7c81647c083 (commit)
       via  383d89384794affba83a07ff058c6a03b7aa2684 (commit)
      from  c77863ee9bf624844ecce163220fae87120bb2c1 (commit)

Summary of changes:
 Changes                           | 3 +++
 META.yml                          | 4 ++--
 Makefile.PL                       | 1 +
 lib/Module/Install/RTx.pm         | 2 +-
 lib/Module/Install/RTx/Runtime.pm | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit f4901103b5dfcd836b8361c8221099d895d4828c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Mar 3 04:04:49 2018 +0800

    Revert "fix "make initdb" for perl 5.26+"
    
    This reverts commit c77863ee9bf624844ecce163220fae87120bb2c1.

diff --git a/lib/Module/Install/RTx/Runtime.pm b/lib/Module/Install/RTx/Runtime.pm
index cec9105..318e8c6 100644
--- a/lib/Module/Install/RTx/Runtime.pm
+++ b/lib/Module/Install/RTx/Runtime.pm
@@ -50,7 +50,6 @@ sub RTxDatabase {
         push @args, "--package" => $name;
     }
 
-    local $ENV{PERL_USE_UNSAFE_INC} = 1;
     print "$^X @args\n";
     (system($^X, @args) == 0) or die "...returned with error: $?\n";
 }

commit 725306c6df9a05b2be83e26f63b548cb3fb92482
Merge: f490110 7460100
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Mar 3 04:05:16 2018 +0800

    Merge branch '5.26-compat'


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


More information about the Bps-public-commit mailing list