summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-09-19 15:34:01 -0700
committerhv <hv@crypt.org>2002-09-26 08:21:59 +0000
commitcb1ce60838923277ddef8cb8d26370507470dbd7 (patch)
tree925356630b65e9d9bbf88d95f6daa7813a129964 /MANIFEST
parent7bab3ede7bf671f54f0d8f3d55d015d9c9882812 (diff)
downloadperl-cb1ce60838923277ddef8cb8d26370507470dbd7.tar.gz
add TODO tests for slow our() declaration
Subject: Re: [perl #17376] Bug Report - our(%) Message-ID: <JNri9gzkgSBB092yn@efn.org> p4raw-id: //depot/perl@17921
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6c4c5bd9d0..7b7201c95b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2346,6 +2346,7 @@ t/comp/cpp.t See if C preprocessor works
t/comp/decl.t See if declarations work
t/comp/hints.t See if %^H works
t/comp/multiline.t See if multiline strings work
+t/comp/our.t Tests for our declaration
t/comp/package.t See if packages work
t/comp/proto.t See if function prototypes work
t/comp/redef.t See if we get correct warnings on redefined subs