summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGraham Barr <bodg@tiuk.ti.com>1996-12-30 07:00:18 +0000
committerChip Salzenberg <chip@atlantic.net>1997-01-01 08:59:00 +1200
commitd5c001ddae568c5769b6a9eb70138c72d385cacb (patch)
tree6df3a91cd021d80003455914008daa2cafc9377d /MANIFEST
parente616eb7bf79ebe2462a2e07e1fa321a48a9654f2 (diff)
downloadperl-d5c001ddae568c5769b6a9eb70138c72d385cacb.tar.gz
test harness for C<use x.xxxx>
Here is the test harness for version numbers in use statements. It checks both the C<use x.xxx> and C<use MODULE x.xxxx> Paul suggested in an earlier message, the introduction of a pragma directory. I would suggest that this test should also go in the pragma directory. p5p-msgid: <32C76882.3F3C7999@tiuk.ti.com>
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ea6fe73306..8926a24b53 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -687,6 +687,7 @@ t/op/tie.t See if tie/untie functions work
t/op/time.t See if time functions work
t/op/undef.t See if undef works
t/op/unshift.t See if unshift works
+t/op/use.t See if use works
t/op/vec.t See if vectors work
t/op/write.t See if write works
taint.c Tainting code