From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sun, 7 Jul 2002 19:58:36 +0000 (+0000)
Subject: Use the same name for the QP test as MIME::Base64 does.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0622c8ef6e71e0e2e2cd320a0691e7a48e401c68;p=p5sagit%2Fp5-mst-13.2.git

Use the same name for the QP test as MIME::Base64 does.

p4raw-id: //depot/perl@17409
---

diff --git a/MANIFEST b/MANIFEST
index 711a6d4..883dcb0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -492,7 +492,7 @@ ext/MIME/Base64/Changes		MIME::Base64 extension
 ext/MIME/Base64/Makefile.PL	MIME::Base64 extension
 ext/MIME/Base64/QuotedPrint.pm	MIME::Base64 extension
 ext/MIME/Base64/t/base64.t	See whether MIME::Base64 works
-ext/MIME/Base64/t/qp.t		See whether MIME::QuotedPrint works
+ext/MIME/Base64/t/quoted-print.t	See whether MIME::QuotedPrint works
 ext/MIME/Base64/t/unicode.t	See whether MIME::Base64 works
 ext/NDBM_File/hints/cygwin.pl	Hint for NDBM_File for named architecture
 ext/NDBM_File/hints/dec_osf.pl	Hint for NDBM_File for named architecture
diff --git a/ext/MIME/Base64/t/qp.t b/ext/MIME/Base64/t/quoted-print.t
similarity index 100%
rename from ext/MIME/Base64/t/qp.t
rename to ext/MIME/Base64/t/quoted-print.t