components/perl_modules/xml-namespacesupport/patches/UNSAFE_INC.patch
changeset 7841 d2c207b77abb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl_modules/xml-namespacesupport/patches/UNSAFE_INC.patch	Thu Apr 06 09:10:58 2017 +0200
@@ -0,0 +1,13 @@
+Makefile.PL relied on the fact that current directory is in @INC. Fix is to
+force to read the configuration from current directory instead.
+
+This is workaround till we update to XML::NamespaceSupport version 1.12.
+
+--- XML-NamespaceSupport-1.11/Makefile.PL	2017-04-05 10:47:43.914243383 +0000
++++ XML-NamespaceSupport-1.11/Makefile.PL	2017-04-05 10:47:42.828641419 +0000
+@@ -1,4 +1,5 @@
+ # Load the Module::Install bundled in ./inc/
++use lib '.';
+ use inc::Module::Install;
+
+ # Define metadata