perlpilot / p6-File-Temp

Simple implementation of File::Temp for creating temporary files
9 stars 16 forks source link

Add unit declarator to module declaration #4

Closed paultcochrane closed 9 years ago

paultcochrane commented 9 years ago

As of Rakudo 2015.05, the unit declarator is required before using module (unless the module is wrapped in a block). Modules still using the old blockless semicolon form will throw a warning. This commit stops the warning from appearing in the new Rakudo.