Add t/comp/packagev.t to MANIFEST
Vincent Pit [Sun, 17 Jan 2010 18:48:39 +0000 (19:48 +0100)]
MANIFEST

index bae7398..41db853 100644 (file)
--- 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