Help for this page

Select Code to Download


  1. or download this
    package duty_planner;
    use Moose;
    use namespace::autoclean;
    ...
    
    
    1;
    
  2. or download this
    package duty_planner::Controller::Root;
    
    use Moose;
    ...
    __PACKAGE__->meta->make_immutable;
    
    1;