Help for this page

Select Code to Download


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