This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add t/op/negate.t to MANIFEST.
authorNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2005 17:46:06 +0000 (17:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2005 17:46:06 +0000 (17:46 +0000)
p4raw-id: //depot/perl@26391

MANIFEST

index 563d283..8c53662 100644 (file)
--- 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