539ef54067
- Altered prototyping style after reports of compile failures on Windows. - The '_' macro for non-ANSI compatibility was removed in 5.7.2
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1 2002/03/02 19:11:41 wilfried Exp $
|
|
--- Makefile.PL.orig Mon Jan 28 19:40:18 2002
|
|
+++ Makefile.PL Sat Mar 2 19:46:07 2002
|
|
@@ -51,7 +51,7 @@ ReadKey.c: cchars.h
|
|
sub MY::test {
|
|
my $self = shift;
|
|
$_ = $self->MM::test();
|
|
- s/test.pl/-w test.pl/;
|
|
+ s/test.pl/-w test.pl interactive/;
|
|
$_;
|
|
}
|
|
|