summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2005-03-14 09:55:39 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-18 15:04:39 +0000
commitb77c28c89611cd8d9827e51e6c2b526223543998 (patch)
treeaf6f341cee80094a7b5a4c5ce1a572ae7716d394 /MANIFEST
parentefd29065409abbc0392d5f145f5148868b8c9963 (diff)
downloadperl-b77c28c89611cd8d9827e51e6c2b526223543998.tar.gz
Re: Reworked Trie Patch
Date: Mon, 14 Mar 2005 08:55:39 +0100 Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> Subject: Re: Reworked Trie Patch From: demerphq <demerphq@gmail.com> Date: Wed, 16 Mar 2005 19:48:18 +0100 Message-ID: <9b18b31105031610481025a080@mail.gmail.com> Plus minor nits in the documentation of re.pm, a version bump, and addition of an OPTIMIZE alias p4raw-id: //depot/perl@24044
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f80fd3dbd7..7330ef3f23 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2750,6 +2750,8 @@ t/op/recurse.t See if deep recursion works
t/op/ref.t See if refs and objects work
t/op/regexp_noamp.t See if regular expressions work with optimizations
t/op/regexp_qr.t See if regular expressions work as qr//
+t/op/regexp_trielist.t See if regular expressions work with trie optimisation
+t/op/regexp_notrie.t See if regular expressions work without trie optimisation
t/op/regexp.t See if regular expressions work
t/op/regmesg.t See if one can get regular expression errors
t/op/repeat.t See if x operator works