MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
278 stars 46 forks source link

Fix deprecation warnings.. #5

Closed bobtfish closed 11 years ago

bobtfish commented 11 years ago

The 'val' in the for comprehension is unneeded and deprecated, so I removed it. 'Integer' is deprecated - I've switched to the Scala specific Int, which can never be null..