From c07f506a0875ab91694204f01473429278808a60 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <cpansand@eserte>
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' => 'DBD::mysql',
 	  'OBJECT' => '$(O_FILES)',
 	  'LIBS' => $opt->{'libs'},
 	  $opt->{'ldflags'} ? ('LDFLAGS' => $opt->{'ldflags'}) : (),
-	  'VERSION_FROM' => 'lib/DBD/mysql.pm'
+	  'VERSION_FROM' => 'lib/DBD/mysql.pm',
+	  'PM' => { 'README.pod' => '$(INST_LIB)/DBD/mysql/README.pod',
+		    map { ("lib/$_" => '$(INST_LIB)/' . $_) } ('DBD/mysql.pm', 'DBD/mysql/GetInfo.pm', 'DBD/mysql/INSTALL.pod', 'Bundle/DBD/mysql.pm') },
 	);
 
 my %embedded_files=();
-- 
2.1.2