Help for this page
package Uninteresting; use Moose(); # Why did we do this?? 1;
package Silly; use Moose; ... init_arg => undef, # not exposed via constructor ); ...