Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77092
Collapse All | Expand All

(-)Makefile.PL.orig (-1 / +1 lines)
Lines 49-55 Link Here
49
49
50
sub set_test_data {
50
sub set_test_data {
51
	unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
51
	unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
52
	return if -f "./test.txt";
52
	return if -f "./Makefile.PL";
53
	print 	"You have the option of running an extended suite of tests during\n",
53
	print 	"You have the option of running an extended suite of tests during\n",
54
		"'make test'. This requires an IMAP server name, user account, and ",
54
		"'make test'. This requires an IMAP server name, user account, and ",
55
		"password to test with.","\n","\n",
55
		"password to test with.","\n","\n",

Return to bug 77092