summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2010-01-17 19:48:39 +0100
committerVincent Pit <perl@profvince.com>2010-01-17 19:48:39 +0100
commit920d15615f02327c2d844d888f1545c065005175 (patch)
tree7b050f1bd8f6b4442d497cf824f319c29bde0f98 /MANIFEST
parentd1f5653b48cd2ffefd3b6158f0f36ca9f5d72212 (diff)
downloadperl-920d15615f02327c2d844d888f1545c065005175.tar.gz
Add t/comp/packagev.t to MANIFEST
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index bae7398612..41db853f5c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4197,6 +4197,7 @@ t/comp/multiline.t See if multiline strings work
t/comp/opsubs.t See if q() etc. are not parsed as functions
t/comp/our.t Tests for our declaration
t/comp/package.t See if packages work
+t/comp/packagev.t See if package VERSION work
t/comp/parser.t See if the parser works in edge cases
t/comp/proto.t See if function prototypes work
t/comp/redef.t See if we get correct warnings on redefined subs