aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-ILO/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-Net-ILO/files/patch-Makefile.PL')
-rw-r--r--net-mgmt/p5-Net-ILO/files/patch-Makefile.PL17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-ILO/files/patch-Makefile.PL b/net-mgmt/p5-Net-ILO/files/patch-Makefile.PL
new file mode 100644
index 000000000000..abab84bff774
--- /dev/null
+++ b/net-mgmt/p5-Net-ILO/files/patch-Makefile.PL
@@ -0,0 +1,17 @@
+--- Makefile.PL.orig 2012-04-06 04:48:50.000000000 -0400
++++ Makefile.PL 2012-04-06 04:51:58.000000000 -0400
+@@ -16,3 +16,14 @@
+ dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+ clean => { FILES => 'Net-ILO-*' },
+ );
++
++package MY;
++
++sub init_PM {
++ my $self = shift;
++
++ $self->SUPER::init_PM(@_);
++
++ # Do not install README.pod
++ delete $self->{PM}{"README.pod"};
++}