From: Vincent Pit <perl@profvince.com>
Date: Sun, 17 Jan 2010 18:48:39 +0000 (+0100)
Subject: Add t/comp/packagev.t to MANIFEST
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=920d15615f02327c2d844d888f1545c065005175;p=p5sagit%2Fp5-mst-13.2.git

Add t/comp/packagev.t to MANIFEST
---

diff --git a/MANIFEST b/MANIFEST
index bae7398..41db853 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