Description: Do not install Readme.pod to wrong directory.
 In order to resolve Lintian errors regarding a man page being in the wrong
 direcory, remove the line in Makefile.PL that installs the 'Readme.pod'
 file to the '$INST_MAN3DIR)/Parser' directory.
Author: Robert James Clay <jame@rocasa.us>
Last-Update: <2016-03-28>

--- libx12-parser-perl-0.80.orig/Makefile.PL
+++ libx12-parser-perl-0.80/Makefile.PL
@@ -8,7 +8,6 @@ WriteMakefile(
 	'VERSION_FROM' => 'lib/X12/Parser.pm',    # finds $VERSION
 	'PREREQ_PM'    => {},                     # e.g., Module::Name => 1.1
 	'PM'           => {
-		'Readme.pod'             => '$(INST_MAN3DIR)/Parser/Readme.pod',
 		'lib/X12/Parser.pm'      => '$(INST_LIBDIR)/Parser.pm',
 		'lib/X12/Parser/Cf.pm'   => '$(INST_LIBDIR)/Parser/Cf.pm',
 		'lib/X12/Parser/Tree.pm' => '$(INST_LIBDIR)/Parser/Tree.pm',
