Lightning flashed, thunder crashed and Perl6 RFC Librarian <[EMAIL PROTECTED]>
 whispered:
| =head1 TITLE
| 
| Eliminate the optional C<sub> for C<BEGIN> etc block declarations

It seems to me it makes more sense to require the sub, but to move them
into a different namespace (CORE:: or Perl:: or INTERNAL:: or whatever).
We could create a special namespace that could wrap up all the ugly bits
we've talked about (changing $<linenoise>, avoiding the BEGIN/END conflict
with user defined subs, etc) and make them $PERL::<renamed linenoise>,
PERL::BEGIN/PERL::END, etc.

-spp

Reply via email to