Help for this page

Select Code to Download


  1. or download this
    [error] authenticate called with nonexistant realm: 'default'.
    
  2. or download this
    __PACKAGE__->config( 'Plugin::Authentication' => {
            use_session => 1,
    ...
            }
        }
    );
    
  3. or download this
    sub base :Chained('/') :PathPart('myapp') :CaptureArgs(0) {}
    
    ...
            $c->dispatch('end');
        }
    }