aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Hailo/files/patch-Makefile.PL.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Hailo/files/patch-Makefile.PL.in')
-rw-r--r--textproc/p5-Hailo/files/patch-Makefile.PL.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/p5-Hailo/files/patch-Makefile.PL.in b/textproc/p5-Hailo/files/patch-Makefile.PL.in
new file mode 100644
index 000000000000..41dd3b65a201
--- /dev/null
+++ b/textproc/p5-Hailo/files/patch-Makefile.PL.in
@@ -0,0 +1,14 @@
+--- Makefile.PL 2011-05-06 21:02:43.000000000 -0700
++++ Makefile.PL 2011-07-20 11:35:49.000000000 -0700
+@@ -95,3 +95,11 @@
+
+ return $inherited;
+ }
++
++sub init_PM {
++ my $self = shift;
++ $self->SUPER::init_PM(@_);
++ # Do not install the README and README.pod
++ delete $self->{PM}{"README.pod"};
++ delete $self->{PM}{"README"};
++}