raku-community-modules / HTTP-Easy

Make HTTP servers (with PSGI support) easily with Raku
Artistic License 2.0
16 stars 19 forks source link

Add unit declarator to role declarations #24

Closed paultcochrane closed 9 years ago

paultcochrane commented 9 years ago

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.