allow '*' prototype to autoquote even barewords that happen to be
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 24 May 1999 02:33:12 +0000 (02:33 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 24 May 1999 02:33:12 +0000 (02:33 +0000)
commit18228614d1dac2db099ef3d8846e53f44accce72
treee4946a4ed8546ab8ddf113f6de8ee3779f4c1e08
parente969301f394bfa96c6a3ba97bf97c3fb48a9b711
allow '*' prototype to autoquote even barewords that happen to be
function names; parens or ampersand continue to force the other
interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
do the right thing, for example

p4raw-id: //depot/perl@3449
t/comp/proto.t