openbsd-ports/mail/p5-Mail-IMAPClient/patches/patch-Makefile_PL
avsm 6e0a7e0d6e initial import of p5-Mail-IMAPClient-2.1.0
--
This module provides methods implementing the IMAP protocol. It 
allows perl scripts to interact with IMAP message stores.
2001-02-22 00:28:59 +00:00

13 lines
354 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2001/02/22 00:28:59 avsm Exp $
--- Makefile.PL.orig Fri Mar 10 15:55:54 2000
+++ Makefile.PL Thu Feb 22 00:15:04 2001
@@ -8,8 +8,6 @@ WriteMakefile(
);
-&set_test_data;
-
sub set_test_data {
unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
return if -f "./test.txt";