diff options
author | Vincent Pit <perl@profvince.com> | 2010-01-17 19:48:39 +0100 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2010-01-17 19:48:39 +0100 |
commit | 920d15615f02327c2d844d888f1545c065005175 (patch) | |
tree | 7b050f1bd8f6b4442d497cf824f319c29bde0f98 /MANIFEST | |
parent | d1f5653b48cd2ffefd3b6158f0f36ca9f5d72212 (diff) | |
download | perl-920d15615f02327c2d844d888f1545c065005175.tar.gz |
Add t/comp/packagev.t to MANIFEST
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |