<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From c07f506a0875ab91694204f01473429278808a60 Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;cpansand@eserte&gt;
Date: Sun, 15 May 2016 11:57:36 +0000
Subject: [PATCH] install README.pod in correct location (RT #114177)

---
 Makefile.PL | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index aaab190..717f61c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -232,7 +232,9 @@ my %o = ( 'NAME' =&gt; 'DBD::mysql',
 	  'OBJECT' =&gt; '$(O_FILES)',
 	  'LIBS' =&gt; $opt-&gt;{'libs'},
 	  $opt-&gt;{'ldflags'} ? ('LDFLAGS' =&gt; $opt-&gt;{'ldflags'}) : (),
-	  'VERSION_FROM' =&gt; 'lib/DBD/mysql.pm'
+	  'VERSION_FROM' =&gt; 'lib/DBD/mysql.pm',
+	  'PM' =&gt; { 'README.pod' =&gt; '$(INST_LIB)/DBD/mysql/README.pod',
+		    map { ("lib/$_" =&gt; '$(INST_LIB)/' . $_) } ('DBD/mysql.pm', 'DBD/mysql/GetInfo.pm', 'DBD/mysql/INSTALL.pod', 'Bundle/DBD/mysql.pm') },
 	);
 
 my %embedded_files=();
-- 
2.1.2

</pre></body></html>