Move &do_require to the top of require.t, so that @a is the first lexical.
authorNicholas Clark <nick@ccl4.org>
Thu, 8 Oct 2009 19:05:34 +0000 (21:05 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 8 Oct 2009 19:05:34 +0000 (21:05 +0200)
commit9e7c6af37d3320462cbceb74b487ade8224b9191
tree1ade44a280b99c4037f7ed62e79a73dcf74ba48a
parent8314a0a6723be4c95f56df951e17c556a4936c12
Move &do_require to the top of require.t, so that @a is the first lexical.

The relevant line, with comment, is:

    my @a; # magic guard for scope violations (must be first lexical in file)
t/comp/require.t