diff options
author | Graham Barr <bodg@tiuk.ti.com> | 1996-12-30 07:00:18 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-01 08:59:00 +1200 |
commit | d5c001ddae568c5769b6a9eb70138c72d385cacb (patch) | |
tree | 6df3a91cd021d80003455914008daa2cafc9377d /MANIFEST | |
parent | e616eb7bf79ebe2462a2e07e1fa321a48a9654f2 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |