This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor 3 tests so that they avoid clearing %:: via list assignment.
authorNicholas Clark <nick@ccl4.org>
Wed, 10 Apr 2013 11:44:07 +0000 (13:44 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 21 May 2013 10:09:09 +0000 (12:09 +0200)
commitfdf38e49aa470e60cb56fdd7a3a49f85da8ea2ce
tree398c3985879f80ae3bcb46e698e3746250b342b9
parentaee674b7db1a4a3fd0082f4247560d3c945d0f5c
Refactor 3 tests so that they avoid clearing %:: via list assignment.

For all 3, clearing %:: was intended to expose another bug, not to directly
test the effects of clearing %::

Tested by building the 3 revisions that added the tests, and confirming that
the revised test also triggers the bug that each fixed.
t/op/stash.t