1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00
openwrt-packages/lang/perl-inline-c/patches/010-makefile_pl-dont-eval-undef.patch

9 lines
192 B
Diff
Raw Normal View History

--- 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;