perl-Module-Install-AutoLic.../Use-Module-Install-AutoLicense-for-tarball.patch

10 lines
412 B
Diff
Raw Permalink Normal View History

2023-05-08 09:57:46 +00:00
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;