mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Merge pull request #5083 from pprindeville/perl-inline-c-fix-makefile_pl
perl-inline-c: patch Makefile.PL to not eval undef
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--- a/Makefile.PL 2017-05-30 14:58:53.000000000 -0600
|
||||
+++ b/Makefile.PL 2017-11-07 13:40:05.172119764 -0700
|
||||
@@ -82,3 +82,5 @@ package
|
||||
MY;
|
||||
use File::ShareDir::Install qw(postamble);
|
||||
}
|
||||
+
|
||||
+1;
|
||||
Reference in New Issue
Block a user