Blame SOURCES/ExtUtils-ParseXS-3.31-CVE-2016-1238-avoid-loading-optional-modules-from.patch

a37f94
diff -up ExtUtils-ParseXS/lib/ExtUtils/xsubpp.cve ExtUtils-ParseXS/lib/ExtUtils/xsubpp
a37f94
--- ExtUtils-ParseXS/lib/ExtUtils/xsubpp.cve	2016-02-05 16:26:05.000000000 +0100
a37f94
+++ ExtUtils-ParseXS/lib/ExtUtils/xsubpp	2016-08-02 13:39:39.791316159 +0200
a37f94
@@ -1,5 +1,6 @@
a37f94
 #!perl
a37f94
 use 5.006;
a37f94
+BEGIN { pop @INC if $INC[-1] eq '.' }
a37f94
 use strict;
a37f94
 eval {
a37f94
   require ExtUtils::ParseXS;