In perl.git, the branch smoke-me/jkeenan/io-compress-sync has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1a6ca9e3bfc0bd7741991ad2770bacaabe9d894a?hp=c722d1d2080853ca4f8ef6587ef4b692f74e1bb5>

- Log -----------------------------------------------------------------
commit 1a6ca9e3bfc0bd7741991ad2770bacaabe9d894a
Author: James E Keenan <[email protected]>
Date:   Thu Mar 9 15:29:50 2017 -0500

    Workaround for 'use lib' not yet being available.
-----------------------------------------------------------------------

Summary of changes:
 cpan/IO-Compress/Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpan/IO-Compress/Makefile.PL b/cpan/IO-Compress/Makefile.PL
index c579df1e14..2763bcdf78 100644
--- a/cpan/IO-Compress/Makefile.PL
+++ b/cpan/IO-Compress/Makefile.PL
@@ -6,6 +6,7 @@ require 5.006 ;
 $::VERSION = '2.074' ;
 
 #use lib '.';
+unshift @INC, '.';
 use private::MakeUtil;
 use ExtUtils::MakeMaker 5.16 ;
 

--
Perl5 Master Repository

Reply via email to