11 ms·
I thought using moose turned on warnings+strict(at least its claimed here http://stackoverflow.com/questions/6050031/why-are-use-warnings-use-strict-not-default
by rat 15y ago
I thought using moose turned on warnings+strict(at least its claimed here http://stackoverflow.com/questions/6050031/why-are-use-warnings-use-strict-not-default-in-perl/6050340#6050340 http://stackoverflow.com/questions/6050031/why-are-use-warni...)
- draegtun 15y agoIt does. However warnings+strict are lexical so it will only apply to the module or scope where use Moose is put.