Re: RFC 68 (v1) Eliminate the optional C<sub> for C<BEGI
[email protected] ("Stephen P. Potter")
| Newsgroups | perl.perl6.language,perl.perl6.announce |
|---|---|
| Message-ID | <[email protected]> |
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