summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2001-05-22 14:11:39 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-23 21:19:28 +0000
commit7eb43e029e176f4ffee0d8c749b60e92343e3503 (patch)
tree7594cd4bda58a84d5a17f1e1b1233a9b4215fb69 /MANIFEST
parentcb19cdb0fd3ce67876c25a91eb9a0f13a6646713 (diff)
downloadperl-7eb43e029e176f4ffee0d8c749b60e92343e3503.tar.gz
vars.pm to support qualified variables (was Re: [ID 20010521.001])
Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> p4raw-id: //depot/perl@10178
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 21792ab28b..e2a1fdc864 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1812,6 +1812,7 @@ t/pragma/strict.t See if strictures work
t/pragma/sub_lval.t See if lvalue subroutines work
t/pragma/subs.t See if subroutine pseudo-importation works
t/pragma/utf8.t See if utf8 operations work
+t/pragma/vars.t See if "use vars" work
t/pragma/warn/1global Tests of global warnings for warnings.t
t/pragma/warn/2use Tests for "use warnings" for warnings.t
t/pragma/warn/3both Tests for interaction of $^W and "use warnings"