From: Jarkko Hietaniemi Date: Sat, 16 Jun 2001 18:35:46 +0000 (+0000) Subject: Try the new scheme by moving the Text::Abbrev test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6ae291185af65510e5e8660d206e5aabbb7ae8e;p=p5sagit%2Fp5-mst-13.2.git Try the new scheme by moving the Text::Abbrev test to a new place under lib. p4raw-id: //depot/perl@10639 --- diff --git a/MANIFEST b/MANIFEST index 4cfeff8..deb8320 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1477,7 +1477,6 @@ t/lib/Test/qr.t See if Test works t/lib/Test/skip.t See if Test works t/lib/Test/success.t See if Test works t/lib/Test/todo.t See if Test works -t/lib/abbrev.t See if Text::Abbrev works t/lib/ansicolor.t See if Term::ANSIColor works t/lib/anydbm.t See if AnyDBM_File works t/lib/attrhand.t See if Attribute::Handlers works @@ -2038,3 +2037,4 @@ x2p/util.c Utility routines x2p/util.h Public declarations for the above x2p/walk.c Parse tree walker xsutils.c Additional bundled package methods not in UNIVERSAL:: +lib/Text/Abbrev/t/abbrev.t Text::Abbrev diff --git a/t/lib/abbrev.t b/lib/Text/Abbrev/t/abbrev.t similarity index 100% rename from t/lib/abbrev.t rename to lib/Text/Abbrev/t/abbrev.t