summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-08-13 14:22:20 -0700
committerRicardo Signes <rjbs@cpan.org>2013-10-05 14:20:09 -0400
commit38e540a55fc5614f023235597045ebf642e9d6fc (patch)
tree7410c59bfcdae5170c62722115b2c3acc5f72835
parent2f6fc86ffd9c038d536649c1ac57732889917c23 (diff)
downloadperl-38e540a55fc5614f023235597045ebf642e9d6fc.tar.gz
Add postfixderef.t to MANIFEST
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f86395c4f3..8931487da0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5296,6 +5296,7 @@ t/op/override.t See if operator overriding works
t/op/packagev.t See if package VERSION work
t/op/pack.t See if pack and unpack work
t/op/pos.t See if pos works
+t/op/postfixderef.t See if ->$* ->@[ et al work
t/op/pow.t See if ** works
t/op/print.t See if print works
t/op/protowarn.t See if the illegalproto warnings work