perl-Module-Install-AutoLic.../Use-Module-Install-AutoLicense-for-tarball.patch
Troy Dawson 2eb0fac236 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-Module-Install-AutoLicense#f8c27dc771e4e46571d1c0b53319578c96aee24d
2020-10-14 13:35:33 -07:00

10 lines
412 B
Diff

diff -up Module-Install-AutoLicense-0.10/Makefile.PL.orig Module-Install-AutoLicense-0.10/Makefile.PL
--- Module-Install-AutoLicense-0.10/Makefile.PL.orig 2017-02-20 12:26:05.593011837 +0100
+++ Module-Install-AutoLicense-0.10/Makefile.PL 2017-02-20 12:27:11.288726594 +0100
@@ -1,4 +1,5 @@
use if ! ( grep { $_ eq '.' } @INC ), qw[lib .];
+use lib './lib';
use strict;
use inc::Module::Install;
use Config;