This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t create %@ on startup
authorFather Chrysostomos <sprout@cpan.org>
Sun, 27 Oct 2013 00:23:18 +0000 (17:23 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 28 Oct 2013 23:15:08 +0000 (16:15 -0700)
commitd456e3f4aa9f137527feb9abf07e9111b6205786
treed2c354d4860fe88e1c9831ba01504fe1c6b1bd27
parent07b605e5ff63dcb6d539ba8bfcb5caf87078f032
Don’t create %@ on startup

This hash has been unused since perl-5.005_02-2093-g98eae8f:

commit 98eae8f585b9800849b5e5482e2d405f21bab67e
Author: Gurusamy Sarathy <gsar@cpan.org>
Date:   Fri Oct 8 10:26:15 1999 +0000

    remove kludgey duplicate background error avoidance (caused
    "leaks"; %@ wasn't even user-visible under -Dusethreads);
    only repeats of most recent error are now avoided

    p4raw-id: //depot/perl@4316
perl.c
t/op/magic.t