Fix #147: Allow S:R:D to be inflated to a Moose class
Attributes that are `is => 'rw'` and `lazy => 1` that don't have a
`default => ...` apparently cause deep recursion. We changed those attrs
to be `is => 'lazy'` (which also means `is => 'ro'`, which is probably
better anyway, as immutable things are easier to reason about.)