Moose icon indicating copy to clipboard operation
Moose copied to clipboard

Official repository for Moose

Results 12 Moose issues
Sort by recently updated
recently updated
newest added
trafficstars

In trying to figure out some of the specifics of "required" i ended up struggling a bit with the documentations, and after talking with @haarg about it on IRC ended...

I don't think applying strict and warnings via `use Moose;` is a good feature. Newer versions of perl enable strict and warnings with a `use v5.36;` declaration, so it is...