To see what is currently happening visit http://www.perl6.org/
Eliminate the optional sub for BEGIN etc block declarations
Maintainer: Peter Scott <peter@psdt.com> Date: 8 Aug 2000 Last Modified: 29 Aug 2000 Mailing List: perl6-language@perl.org Number: 68 Version: 2 Status: Frozen
The sub keyword is currently optional on BEGIN, END, CHECK,
INIT. Almost certainly no-one ever uses it. It should be eliminated
as an option.
BEGIN etc have special semantics making them different from ordinary
subroutines; telling the user that they can use the sub keyword gives
a false impression.
Obvious.