Y
Hacker News
new
|
ask
|
show
|
jobs
by
rat
5410 days ago
I thought using moose turned on warnings+strict(at least its claimed here
http://stackoverflow.com/questions/6050031/why-are-use-warni...
)
1 comments
draegtun
5410 days ago
It does. However warnings+strict are lexical so it will only apply to the module or scope where
use Moose
is put.
link