Skip to content

Add unit declarator to module, class and role declarations#30

Open
paultcochrane wants to merge 1 commit into
viklund:masterfrom
paultcochrane:pr/add-unit-declarator
Open

Add unit declarator to module, class and role declarations#30
paultcochrane wants to merge 1 commit into
viklund:masterfrom
paultcochrane:pr/add-unit-declarator

Conversation

@paultcochrane
Copy link
Copy Markdown

As of Rakudo 2015.05, the unit declarator is required before using
module, class, role 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 using
`module`, `class`, `role` 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant