raku-community-modules / DateTime-TimeZone

A Raku library for working with Time Zones
https://raku.land/zef:raku-community-modules/DateTime::TimeZone
Artistic License 2.0
4 stars 7 forks source link

Add unit declarator to module declarations #3

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 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.