openbsd-ports/devel/p5-Term-ReadKey/patches/patch-Makefile_PL

13 lines
329 B
Plaintext
Raw Normal View History

$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/;
$_;
}