File perl-Mixin-Linewise-use_lib.patch of Package perl-Mixin-Linewise

Index: Mixin-Linewise-0.003/Makefile.PL
===================================================================
--- Mixin-Linewise-0.003.orig/Makefile.PL
+++ Mixin-Linewise-0.003/Makefile.PL
@@ -1,5 +1,5 @@
 use inc::Module::Install;
-
+use lib '__vendorperl__';
 all_from('lib/Mixin/Linewise.pm');
 requires('Carp'       => 0.000); # sure, it's core, but let's be thorough
 requires('IO::String' => 0.000); # minimum unknown
Index: Mixin-Linewise-0.003/t/basic.t
===================================================================
--- Mixin-Linewise-0.003.orig/t/basic.t
+++ Mixin-Linewise-0.003/t/basic.t
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '__vendorperl__';
 use Test::More;
 
 use lib 't/lib';
openSUSE Build Service is sponsored by