( perl-Mixin-Linewise-use_lib.patch ) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mixin-Linewise?expand=0&rev=3
23 lines
711 B
Diff
23 lines
711 B
Diff
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';
|