From: Nicholas Clark Date: Sat, 17 Dec 2005 17:46:06 +0000 (+0000) Subject: Add t/op/negate.t to MANIFEST. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0bf60e438b81097afb8b25ce48b94e65b9da0870;p=p5sagit%2Fp5-mst-13.2.git Add t/op/negate.t to MANIFEST. p4raw-id: //depot/perl@26391 --- diff --git a/MANIFEST b/MANIFEST index 563d283..8c53662 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3150,6 +3150,7 @@ t/op/mydef.t See if "my $_" works t/op/my_stash.t See if my Package works t/op/my.t See if lexical scoping works t/op/not.t See if not works +t/op/negate.t See if unary minus works t/op/numconvert.t See if accessing fields does not change numeric values t/op/oct.t See if oct and hex work t/op/ord.t See if ord works