This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid using ++, op= and anon hash constructors in the testing code.
authorNicholas Clark <nick@ccl4.org>
Fri, 9 Oct 2009 20:03:17 +0000 (22:03 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 9 Oct 2009 20:03:17 +0000 (22:03 +0200)
commit11ea18f245d08781afc82a7ba337926fd25b4c39
treedb106b0bf872549d35ca8ea733960e173ea4df5c
parentde2b17d81dbb8939363902c2d6a57cdf02642505
Avoid using ++, op= and anon hash constructors in the testing code.

{} could be misparsed, ++ has a lot of internal implementation "magic" that we
don't need, but don't want to trip us up if it isn't working, and op= isn't
necessary when we already rely on the more general $a = $b op $c working.
t/TEST
t/test.pl