As of Rakudo 2015.05, the unit declarator is required before using
module, class or grammar declarations (unless it uses a block). Code
still using the old blockless semicolon form will throw a warning. This
commit stops the warning from appearing in the new Rakudo.
As of Rakudo 2015.05, the
unit
declarator is required before usingmodule
,class
orgrammar
declarations (unless it uses a block). Code still using the old blockless semicolon form will throw a warning. This commit stops the warning from appearing in the new Rakudo.