aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Hailo/files/patch-Makefile.PL.in
blob: 41dd3b65a20151285628111003d9791f817bb2d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"};
+}