13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.2 2008/10/10 12:50:53 jasper Exp $
|
|
--- Makefile.PL.orig Fri Oct 10 14:44:21 2008
|
|
+++ Makefile.PL Fri Oct 10 14:44:37 2008
|
|
@@ -23,7 +23,7 @@ WriteMakefile(
|
|
|
|
|
|
## add ourselves to the list of installed parsers
|
|
-sub MY::install {
|
|
+sub do_not_want {
|
|
package MY;
|
|
my $script = shift->SUPER::install(@_);
|
|
unless ($ENV{'SKIP_SAX_INSTALL'}) {
|